public void SetUrl(string url) { OriginalUrl = url; Url = WebUtility.UrlDecode(url.ToLower()); Url = UrlUtility.AppendHttp(Url); }