336337338339340341342343
} } public GetConsoleOutputServer getConsoleOutput(String id, int length) { GetConsoleOutput action = new GetConsoleOutput(length); return new GetConsoleOutputServer(id, action); }