/**
  * Gets the available protocols
  * @return array Array with the name of the protocol as key and the name of the driver class as value
  */
 public function getProtocols()
 {
     return $this->manager->getDrivers();
 }