final BatchedOperation first = new BatchedOperation(request1, completion1);
final BatchedOperation second = new BatchedOperation(request2, completion2);
final BatchedOperation third = new BatchedOperation(request3, completion3);
final InfusionsoftXmlRpcServiceOperation request4 = mock(InfusionsoftXmlRpcServiceOperation.class);
final BatchedOperation.Completion completion4 = new BatchedOperation.Completion(){
@Override
public void onSuccess(Batch batch, Object response) {
batch.injectImmediateOperationIntoBatch(third);