module command.remote.command; interface Command { void execute(); }