public static void AppsCancel(this CommunicationEvent @this, CommunicationEventCancel method)
 {
     @this.CommunicationEventState = new CommunicationEventStates(@this.Strategy.Session).Cancelled;
 }
 public static void AppsCancel(this CommunicationEvent @this, CommunicationEventCancel method)
 {
     @this.CurrentObjectState = new CommunicationEventObjectStates(@this.Strategy.Session).Cancelled;
 }