/**
  * Retrieves the CtcFormatObjectDataList passed into the constructor
  *
  * @return Simulated response
  */
 public CtcFormatObjectDataList getOutput() {
   return CtcFormatObjectHelper.fromMapList(outputMap, "CtcFormatList");
 }