private void SendNetworkSpeech(string cmd) { _trafficManager.SendSpeechCommand(new NetworkSpeechCommand() { Text = cmd }); }