public __Mixins(InterceptorCancellationSpec target)
 {
     this.MixinMasterWrapper =
         new DefaultMixinActivator()
         .CreateInstance <__pMixinAutoGenerated.CopaceticSoftware_pMixin_TheorySandbox_Interceptors_InterceptorCancellationToken_Mixin.MasterWrapper>(
             target);
 }
                    public MasterWrapper(InterceptorCancellationSpec target)
                    {
                        this.Mixin = new Mixin();

                        base.Initialize(target, Mixin,
                                        new List <IMixinInterceptor>
                        {
                            //Need custom activator?
                            new DefaultMixinActivator().CreateInstance <CancelInterceptor>()
                        });
                    }
 protected override void Establish_context()
 {
     _spec = new InterceptorCancellationSpec();
 }
                    public MasterWrapper(InterceptorCancellationSpec target)
                    {
                        this.Mixin = new Mixin();

                        base.Initialize(target, Mixin,
                            new List<IMixinInterceptor>
                            {
                                //Need custom activator?
                                new DefaultMixinActivator().CreateInstance<CancelInterceptor>()
                            });
                    }
 public __Mixins(InterceptorCancellationSpec target)
 {
     this.MixinMasterWrapper =
         new DefaultMixinActivator()
             .CreateInstance<__pMixinAutoGenerated.CopaceticSoftware_pMixin_TheorySandbox_Interceptors_InterceptorCancellationToken_Mixin.MasterWrapper>(
                 target);
 }
 protected override void Establish_context()
 {
     _spec = new InterceptorCancellationSpec();
 }