public function __construct($aAttestationID, $aContent, $aNumber, $aUnitType, $aResponse)
 {
     parent::__construct($aAttestationID, $aContent, $aNumber, $aUnitType);
     $this->Response = $aResponse;
 }