/**
  * @return mixed
  */
 public function getFeedback()
 {
     return $this->pushManager->getFeedback($this->adapter);
 }