public void TestGethashcodeWithNullQueryParam() { XUri uri = new XUri("http://foobar").With("abc", null); int hashcode = uri.GetHashCode(); }