Register a command on this level.
void registerCommand(final String name, final Command command) => commands[name] = command;