public IActionResult Index() { var keys = _urlRepository.GetAllKeys(); return(View(new IndexModel() { ExistingKeys = keys })); }