public boolean isNotOpen(Openable openable, Object... arguments) {
   return Bot.isNotOpen(openable, arguments);
 }