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

RetryPolicy<TResult>

public class RetryPolicy<TResult> : Policy<TResult>
A retry policy that can be applied to delegates returning a value of type TResult.