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