public async Task <dynamic> DetectLanguage([FromQuery] string input)
 {
     return(await _textAnalytics.DetectLanguage(input));
 }