public void StartListening(object data) { if (_serverChannel != null) { _serverChannel.StartListening(data); } }