public override void Prepare() { Dough = _ingredientFactory.CreateDough(); Cheese = _ingredientFactory.CreateCheese(); Sauce = _ingredientFactory.CreateSauce(); Pepperoni = _ingredientFactory.CreatePepperoni(); }