public TTSController(ITextToSpeechTaskService textToSpeechTaskService, ITextToSpeechService textToSpeechService)
 {
     this._textToSpeechService     = textToSpeechService;
     this._textToSpeechTaskService = textToSpeechTaskService;
 }
 public TTSTaskProcessor(ITextToSpeechTaskService textToSpeechTaskService, ITextToSpeechService textToSpeechService)
 {
     this._textToSpeechService     = textToSpeechService;
     this._textToSpeechTaskService = textToSpeechTaskService;
 }