private void OnTextToSpeak(string textToSpeak)
 {
     TextToSpeak?.Invoke(this, textToSpeak);
 }