static A dm_callService(S serviceName, S method, O... args) { ret dm_call(dm_getService(serviceName), method, args); }