public void GetProjects() { TfsBuildGateway target = new TfsBuildGateway(); var projects = target.GetProjects(); }