/**
  * Retrieves the GASGMObjData passed into the constructor
  *
  * @return Simulated response
  */
 public GASGMObjData getOutput() {
   return GASGMObjHelper.fromMap(outputMap, "GeoAreaSvcGrpMember");
 }