# File lib/dm-core/property_set.rb, line 167
    def initialize(*)
      super
      @properties = map { |property| [ property.name, property ] }.to_mash
    end