public function lock($sessionId, $lockStatus = true)
 {
     $this->files->lock($this->path . '/' . $sessionId, $lockStatus);
 }