starter.await();
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
for (int t = 0; t < COMMAND_PER_THREAD_COUNT; t++) {
commandBus.dispatch(asCommandMessage(new ProblematicCommand(aggregateId)),
SilentCallback.INSTANCE);
commandBus.dispatch(asCommandMessage(new UpdateStubAggregateCommand(aggregateId)),
new VoidCallback() {
@Override
protected void onSuccess() {