public static String lookupId(String name) {
   return singleton == null ? name : singleton.getId(name);
 }