// The Director can construct several product variations using the same // building steps. public void BuildTire() { _builder.BuildTire(); }