public override string GetFullPath(FsPath localPath) => RootPath + localPath.Join("/");
public override string GetUriPath(FsPath localPath) => RootPath.TrimStart('/') + localPath.Join("/");