public void assertIsNotOpen(Openable openable, Object... arguments) throws AssertionError {
   Bot.assertIsNotOpen(openable, arguments);
 }