public interface Closure {
    void apply();
}
