public void UrlStartsWith(string url, string prefix, bool expected) { Assert.Equal(expected, UriUtilities.UrlStartsWith(url, prefix)); }