public void URLIfyRefactor()
 {
     Assert.AreEqual("My%20Home%20Page", UrlConverter.UrlifyRefactor("My Home Page    ", 16));
 }