public static void AppsClose(this CommunicationEvent @this, CommunicationEventClose method)
 {
     @this.CommunicationEventState = new CommunicationEventStates(@this.Strategy.Session).Completed;
 }
 public static void AppsClose(this CommunicationEvent @this, CommunicationEventClose method)
 {
     @this.CurrentObjectState = new CommunicationEventObjectStates(@this.Strategy.Session).Completed;
 }