static O callMainBot(S method, O... args) {
  ret call(mainBot(), method, args);
}