import java.util.List; public interface Command11 { String getName(); void execute(String[] args, List articles); }