@Inject
public BatchStore(DispatchAsync dispatcher, CoreGUIContext statementContext) {
this.dispatcher = dispatcher;
this.statementContext = statementContext;
this.operationDelegate = new CrudOperationDelegate(statementContext, dispatcher);
this.batch = new ModelNode();
this.threadPool = new ModelNode();
this.jobRepository = new ModelNode();
this.threadFactories = new ArrayList<>();