static void Main(string[] args) { PizzaStore pizzaStore = new NewPizzaStore(); pizzaStore.OrderPizza(); }