/**
  * Retrieves the ContactObjectData passed into the constructor
  *
  * @return Simulated response
  */
 public ContactObjectData getOutput() {
   return ContactObjectHelper.fromMap(outputMap, "Contact");
 }