public string Absolute(string uri) { var mocks = new Mocks(); return(UrlHelperExtensions.Absolute(mocks.UrlHelper, uri)); }