public StatefulServiceHostDelegateInvokerDecorator(
     IServiceHostDelegateInvoker <IStatefulServiceDelegateInvocationContext> target)
     : base(target)
 {
 }
 protected ServiceHostDelegateInvokerDecorator(
     IServiceHostDelegateInvoker <TInvocationContext> target)
 {
     this.target = target;
 }