static void Main(string[] args) { CarBuilder builder = new CarBuilder(); Director.BuildCar(builder); builder.GetProduct(); Console.ReadLine(); }