public async Task <ActionResult <TranslateModel> > Translate(string input)
 {
     return(await _handler.GetTranslateModelAsync(input));
 }