class SignedGlobalID

def parse(sgid, options = {})

def parse(sgid, options = {})
  super verify(sgid.to_s, options), options
end