public void ShowItemNotHungryMsg() { Hashtable msgOption = new Hashtable(); msgOption.Add(SpeechController.SpeechKeys.MessageText, Localization.Localize("ITEM_NOT_HUNGRY")); speechController.Talk(msgOption); }