public CommunicationReceiveServer(CommunicationTarget target)
 {
     this._target = target;
 }
 public CommunicationTransmitServer(CommunicationTarget target)
 {
     this.Event = target.Event;
 }