/**
  * Disposes of all data in this unit of work
  */
 public function dispose()
 {
     $this->unitOfWork->dispose();
 }