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