public bool GetBool(long rowID)
 {
     return(_storage.ReadBool(rowID * _sizeBytes));
 }