private void _gcTextToSpeech_SynthesizeSuccessEvent(PostSynthesizeResponse response)
 {
     audioSource.clip = _gcTextToSpeech.GetAudioClipFromBase64(response.audioContent, Constants.DEFAULT_AUDIO_ENCODING);
     audioSource.Play();
 }