module GlobalID::Identification

def to_signed_global_id(options = {})

def to_signed_global_id(options = {})
  SignedGlobalID.create(self, options)
end