/**
  * Retrieves the CitChannelObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public CitChannelObjectData getOutput() {
   return CitChannelObjectHelper.fromMap(outputMap, "CitChannel");
 }