public ActionResult <UrlData> GetByShortUrl(string url)
 {
     return(_service.GetByShortUrl(url));
 }