static void Main() { AbstractBuilder abstractBuilder = new ABuilder(); Product product = abstractBuilder.GetProduct(); product.Print(); }