sS getProgramIDOrNull(O o) {
  S id = (String) getOpt(getMainClass(o), "programID");
  if (nempty(id))
    ret formatSnippetID(id);
  null;
}