static S appendGlobalIDInNewLine(S s) { ret rtrim(s) + "\n\n [id: " + aGlobalID() + "]"; }