public async Task <IEnumerable <string> > Prompts(string word) { return(await _dictService.GetPrompts(word)); }