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