static GlobalID toGlobalIDObj(S s) { ret s == null ? null : GlobalID(s); } static GlobalID toGlobalIDObj(GlobalID globalID) { ret globalID; }