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