/**
  * Retrieves the ServiceZoneObjectDataList passed into the constructor
  *
  * @return Simulated response
  */
 public ServiceZoneObjectDataList getOutput() {
   return ServiceZoneObjectHelper.fromMapList(outputMap, "ServiceZoneList");
 }