public override void Activate(UnmarshallingContext context)
 {
     if (!CheckEnabled(context, context))
     {
         return;
     }
     context.SlotFormat().DoWithSlotIndirection(context, new _IClosure4_110(this, context
                                                                            ));
 }