AsyncPolicyWrap<TResult>
                    public class AsyncPolicyWrap<TResult> : AsyncPolicy<TResult>, IPolicyWrap<TResult>, IPolicyWrap, IsPolicy
                
                A policy that allows two (and by recursion more) async Polly policies to wrap executions of async delegates.
            
                
Gets the next inner  IsPolicy in this  IPolicyWrap<T>.
            
Gets the outer  IsPolicy in this  IPolicyWrap<T>.