public IActionResult RedirectUrl(string link) { var fullLink = _repository.DecodeLink(link); return(Redirect(fullLink)); }