예제 #1
0
 public Task <TOutput> HandleAsync(TInput input)
 => _innerInterceptor.InterceptAsync(_innerHandler, input);