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

PolicyWrap<TResult>

public class PolicyWrap<TResult> : Policy<TResult>
A policy that allows two (and by recursion more) Polly policies to wrap executions of delegates.