public ParallelCommandExecutorConfig(IParallelCommandExecutor executor)
 {
     _executor = executor;
 }
 public void SetExecutor(IParallelCommandExecutor executor)
 {
     _executor = executor;
 }