module GlobalID::Identification

def to_global_id

def to_global_id
  @global_id ||= GlobalID.create(self)
end