public void CookFriedPotato() { cook.Peel("Potato"); cook.Slice("Potato"); cook.Fry("Potato"); cook.ServeDish("Frided potato"); }