public ActionResult ExtenderDereferance(string url) { try { return(new RedirectResult(Extender.Dereferance(url))); } catch (System.Collections.Generic.KeyNotFoundException) { return(NotFound("Error 404: This URL does not exist")); } }