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