public static void Start() { var tea = new Tea(); var coffee = new Coffee(); tea.PrepareReceipt(); coffee.PrepareReceipt(); }