async Task ActivePipeContextHandle <TContext> .Faulted(Exception exception) { // However, a fault we should dispose of the context await _contextHandle.DisposeAsync().ConfigureAwait(false); }
Task ActivePipeContextHandle <TContext> .Faulted(Exception exception) { return(_contextHandle.DisposeAsync()); }