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