public void it_returns_all_build_types() { var buildConfigs = _client.AllBuildConfigs(); Assert.That(buildConfigs.Any(), "No build types were found in this server"); }