private double GetPriceFor(OrderBefore order) => order.GetDiscountedPrice();
private void AddOrder(OrderBefore arg) { arg.SetCustomer(this); }