internal ResizableRecordFormat(RecordFormatPropertyConfiguratorTest outerInstance, int headerSize)
 {
     this._outerInstance = outerInstance;
     this.HeaderSize     = headerSize;
 }
 internal ResizableRecordFormats(RecordFormatPropertyConfiguratorTest outerInstance, int dynamicRecordHeaderSize)
 {
     this._outerInstance          = outerInstance;
     this.DynamicRecordHeaderSize = dynamicRecordHeaderSize;
 }