/**
  * Retrieves the BatchRequestObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public BatchRequestObjectData getOutput() {
   return BatchRequestObjectHelper.fromMap(outputMap, "BatchRequest");
 }