namespace common { public interface Command { void run(); } }