public function getCurrentRepositoryAccessHash()
 {
     $repository = $this->context->getCurrentRepository();
     return $this->repos->getAccessHash($repository);
 }