protected IEnumerable <string> GetBlocksPaths()
 {
     return(FileSystem.Directory.GetFiles(path, "*.zip")
            .OrderBy(fn => BlockMetadata.ParseId(Path.GetFileNameWithoutExtension(fn.AsSpan()))));
 }