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