private function buildDbParams()
 {
     return ['host' => $this->options->getDbHost(), 'username' => $this->options->getDbUser(), 'password' => $this->options->getDbPass(), 'name' => $this->options->getDbName(), 'port' => $this->options->getDbPort()];
 }