public function file_get_contents($path)
 {
     $info = ['target' => $this->getMountPoint() . '/' . $path, 'source' => $this->getSourcePath($path)];
     \OCP\Util::emitHook('\\OC\\Files\\Storage\\Shared', 'file_get_contents', $info);
     return parent::file_get_contents($path);
 }