# File lib/orm_adapter/adapters/mongo_mapper.rb, line 16
      def get!(id)
        klass.find!(wrap_key(id))
      end