public async Task <ActionResult <ImageModel> > Picture(string input)
 {
     return(await _handler.GetUnsplashModelAsync(input));
 }