/**
  * This function unsubscribes the plugin from an event.
  * @param string $event
  */
 protected function unsubscribe($event)
 {
     return $this->pluginManager->unsubscribe($this, $event);
 }