public void GetProjectsTest() { ContentAPI client = ConstructServiceClient(); Project project = client.GetProject(10001); }