/**
  * Retrieves the UnitCrPlanObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public UnitCrPlanObjectData getOutput() {
   return UnitCrPlanObjectHelper.fromMap(outputMap, "UnitCrPlan");
 }