@Override protected void interact(InputInterface input, OutputInterface output) { output.writeln("interact called"); }
@Override protected int execute(InputInterface input, OutputInterface output) { output.writeln("execute called"); return 0; }