public decimal Total(Checkout order) { return order.ElectroCheckout() + order.GasCheckout() + order.WaterCheckout(); }