public static void AppsReopen(this CommunicationEvent @this, CommunicationEventReopen method)
 {
     @this.CommunicationEventState = new CommunicationEventStates(@this.Strategy.Session).Scheduled;
 }
 public static void AppsReopen(this CommunicationEvent @this, CommunicationEventReopen method)
 {
     @this.CurrentObjectState = new CommunicationEventObjectStates(@this.Strategy.Session).Scheduled;
 }