public PizzaBuilderComposition(PizzaWithSize pizza) => this.pizza = pizza;
 public PizzaBuilderDough(PizzaWithSize pizza) => this.pizza = pizza;