public override void Load(string clientId, TcpServerProperties tcpServerProperties) { var deviceStatus = _deviceProvider.IsConnected(clientId); this.Parser.HandlePayload().Subscribe(buffer => ParserBuffer(buffer)); }