public void ThenItShouldThrowAnException_WhenExecutingABatch()
 {
     Assert.Throws <InvalidOperationException>(() => _sut.ExecuteBatch());
 }