public string Bake() { return(_bakery.Bake() + "/" + bake); }
public virtual string Bake() { return(_bakery.Bake() + "/" + bake); }