# File lib/dm-core/property_set.rb, line 63
    def key
      @key ||= select { |property| property.key? }
    end