package com.iluwatar; public interface Command { void process(); }