# File lib/dm-core/resource.rb, line 244
    def id
      key = self.key
      key.first if key.size == 1
    end