public void Dispose()
 {
     _tcpCommunication = null;
 }
 public CommandHandler(TcpCommunication tcpCommunication)
 {
     _tcpCommunication = tcpCommunication;
 }