public void EndpointTest()
        {
            WebObjectServiceNoCache endpoint = new WebObjectServiceNoCache();

            Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
        }
 public void EndpointTest()
 {
     WebObjectServiceNoCache endpoint = new WebObjectServiceNoCache();
     Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
 }