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

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