sO mapMethodLike dm_callMyself(S method, O... args) {
  ret dm_call(dm_current_mandatory_generic(), method, args);
}