public void TextToSpeechV1WithLoadedCredentials_Success()
        {
            TextToSpeechService service = new TextToSpeechService();

            Assert.IsNotNull(service.GetAuthenticator());
        }