/**
  * Retrieves the COSCObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public COSCObjectData getOutput() {
   return COSCObjectHelper.fromMap(outputMap, "ClassOfServiceCode");
 }