public void ListProjectsTest() { ContentAPI client = ConstructServiceClient(); IEnumerable <Project> projects = client.ListProjects(); Assert.IsTrue(projects.Count() > 0); }