The BatchWriteItem method only works if requests are executed in the same order that expectations are added.
I'm using BatchWriteItem in concurrent operations and would like to be able to verify expectations regardless of the execution order.
See PR #16