public VoiceTranscriberService(
            AzureSpeechToTextSettign azureSpeechToText,
            TelegramBotSettings telegramBotSettings,
            ZamzarSettings zamzarSettings
            )
        {
            AzureSpeechToText = azureSpeechToText;
            ZamzarSettings    = zamzarSettings;

            TelegramBotClient = new TelegramBotClient(telegramBotSettings.Token);
        }
 public SpeechToTextCommandBuilder(AzureSpeechToTextSettign azureSpeechToText)
 {
     AzureSpeechToText = azureSpeechToText;
 }