static Web ai_getWeb(S id) { ret possibleGlobalID(id) ? allWebsByID().getFirst(asGlobalID(id)) : null; } static Web ai_getWeb(GlobalID id) { ret id == null ? null : allWebsByID().getFirst(id); }