/**
  * Get context for this notebook
  * @return string
  */
 protected function getContext()
 {
     return $this->repository->getContext() . '/files/text-documents/' . $this->id;
 }