public IActionResult GetAll()
 {
     return(Ok(urlShortenerService.GetAllUrls()));
 }