public interface Strategy{ void execute(String msg); }