protected function getConfig()
 {
     $config = new Configuration();
     $config->addPresenters($this->getPresenters());
     return $config;
 }