public TaskRunner CreateTaskRunner(Task task, String name) { return new PooledTaskRunner(task, maxIterationsPerRun); }