/**
  * Retrieves the DepartmentObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public DepartmentObjectData getOutput() {
   return DepartmentObjectHelper.fromMap(outputMap, "Department");
 }