protected string GetBlockPath(ushort blockId)
 {
     return(Path.Combine(path, $"{BlockMetadata.IdString(blockId)}.zip"));
 }