/**
  * @return ConnectionInterface
  */
 public function getConnection()
 {
     return $this->connection->getConnection();
 }