/**
  * @param array $config
  */
 public function setConfig($config)
 {
     $this->pusher->setConfig($config);
 }