public ITaxValue CreateTaxValue(IOrderGroup orderGroup) { return(_orderGroupFactory.CreateTaxValue(orderGroup)); }