/**
  *
  * Returns the DSN for a lazy connection; if the underlying PDO instance
  * was injected at construction time, this will be null.
  *
  * @return string|null
  *
  */
 public function getDsn()
 {
     return $this->pdo->getDsn();
 }