public void GetComputerSetTest() { using (Jenkins jenkins = new Jenkins(this.host, this.login, this.password)) { JenkinsModelComputerSet set = jenkins.GetComputerSetAsync().Result; } }