public bool AdjustRecipe() { UI.ShowInformation($"Your current lemonade mixture is {recipe.numberOfLemons} lemons, { recipe.amountOfIceCubes } ice cubes, and { recipe.amountOfSugar } cups of sugar. The recommended/starting sale price is ${recipe.price}."); return(recipe.ChangeRecipe()); }