public override string GetTypeOfPizza()
 {
     return(_pizzaBaseImplementation.GetTypeOfPizza());
 }