public PropertyGroup(IChargeRentStrategy chargeRentStrategy, params Property[] properties) { ChargeRentStrategy = chargeRentStrategy; Properties = properties; }