public InboundInterceptorFactory(GlobalInboundInterceptorTypesSetting globalInboundInterceptorTypes, IPropertyInjector propertyInjector)
 {
     _globalInboundInterceptorTypes = globalInboundInterceptorTypes;
     _propertyInjector = propertyInjector;
 }
 public InboundInterceptorFactory(GlobalInboundInterceptorTypesSetting globalInboundInterceptorTypes, IPropertyInjector propertyInjector)
 {
     _globalInboundInterceptorTypes = globalInboundInterceptorTypes;
     _propertyInjector = propertyInjector;
 }
 public InboundInterceptorFactory(GlobalInboundInterceptorTypesSetting globalInboundInterceptorTypes)
 {
     _globalInboundInterceptorTypes = globalInboundInterceptorTypes;
 }