public bool?VerifySector(ulong sectorAddress, uint track) { byte[] buffer = ReadSectorLong(sectorAddress, track); return(CdChecksums.CheckCdSector(buffer)); }