/**
  * @return string
  */
 public function getCacheKey()
 {
     return $this->auth->getClientId() . ':' . $this->auth->getCacheKey();
 }