private string GetRedirectUrl(string urlHash) { var id = _hahGenerator.ConvertHashToId(urlHash); return(_dataAccess.GetUrl(id) ?? string.Empty); }