/**
  * @since 2.2
  *
  * @return string
  */
 public function getHash()
 {
     return __METHOD__ . '#' . ($this->requestOptions !== null ? $this->requestOptions->getHash() : '');
 }