def property
    @property ||= if Rails.env.test?
      super
    else
      key = "#{self.class.name}##{__method__}/#{property_id}"