/**
  * {@inheritDoc}
  */
 public function transactional($callback)
 {
     return $this->wrapped->transactional($callback);
 }