<PackageReference Include="Polly" Version="5.0.6" />

TimeoutPolicy<TResult>

public class TimeoutPolicy<TResult> : Policy<TResult>
A timeout policy which can be applied to delegates returning a value of type TResult.