static AutoCloseable mapMethodLike dm_registerAs(S... msgs) { F0 f = func -> S { dm_moduleID() }; ret combineAutoCloseables(map(msgs, msg -> dm_vmBus_answerToMessage(msg, f))); }