public decimal GetRentalPrice(IFee fee)
 {
     return(EquipmentItem.CalculateRentalPrice(RentalPeriod, fee));
 }