public interface IExec
{
    void Main(MercatorUi.ICustomizers.ExecAction Action);
}