public void Normalisation()
 {
     Assert.AreEqual("http://foo/", SiteInfo.NormalizeURL("http://foo"));
     Assert.AreEqual("http://foo/", SiteInfo.NormalizeURL("http://foo/"));
 }