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

            Assert.IsFalse(string.IsNullOrEmpty(endpoint.Url));
        }