public int GetBlockOffset(SAV8BlockIndex index) => GetBlock(index).Offset;
public BlockInfo GetBlock(SAV8BlockIndex index) => Blocks[(int)index];