public void BuildFullFeaturedHouse() { _team.BuildBasement(1); _team.BuildWall(4); _team.BuildDoor(1); _team.BuildWindow(4); _team.BuildRoof(1); }