/**
  * @return array
  */
 public function getAvailableProviders()
 {
     return array_keys($this->config->getItems());
 }