public TcpFacade(IpAddress ipAddress, ITcpRawClientsFactory tcpRawClientsFactory)
 {
     _ipAddress            = ipAddress;
     _tcpRawClientsFactory = tcpRawClientsFactory;
 }
 public ConnectionsService(ITcpRawClientsFactory tcpRawClientsFactory)
 {
     this._tcpRawClientsFactory = tcpRawClientsFactory;
 }