public JsonResult <ShortUrl> Put([FromBody] string fullUrl) { return(Json(_service.ShortenUrl(fullUrl))); }