public async Task <ActionResult <IEnumerable <ContextModel> > > Context(string input)
 {
     return(await _handler.GetContextModelAsync(input));
 }