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