public override void PersistUInt16Value(ref ushort value) { ushort comparisonValue = default; _comparisonReader.PersistUInt16Value(ref comparisonValue); CheckEquality(value, comparisonValue); }