/**
  * Returns the literal value of the ETag HTTP header.
  *
  * @return string|null The ETag HTTP header or null if it does not exist
  *
  * @api
  */
 public function getEtag()
 {
     return parent::getEtag();
 }