public function realDbNameFor($dbName)
 {
     return sprintf('%s%s%s', $this->_config->getPrefixDbName(), $dbName, $this->_config->getSuffixDbName());
 }