/// <inheritdoc />
 public override byte GetByte(int ordinal)
 {
     EnsureInitialized();
     return(_dataRecord.GetByte(ordinal));
 }