/**
  * {@inheritdoc}
  * @return \Zend\Db\Adapter\Adapter
  */
 public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
 {
     $config = $this->getConfig($container);
     return AdapterServiceFactory::factory($config[$requestedName]);
 }