public ISay Say(string value) { return(_speech.Say(value)); }
public static void Say(string text) { _speech.Say(text); }