public void Abs_with_abs_should_return_itself()
 {
     Assert.AreEqual("http://hello.com/any/thing", _urlHelper.Abs("http://hello.com/any/thing"));
 }