PipelineBehaviorFactory<TResponse, TRequest> typedef
PipelineBehaviorFactory<TResponse, TRequest> =
PipelineBehavior<TResponse, TRequest> Function()
Factory to create a PipelineBehavior.
Implementation
typedef PipelineBehaviorFactory<TResponse, TRequest>
= PipelineBehavior<TResponse, TRequest> Function();