public void SegmentStart(ISegmentPairProperties properties)
 {
     if (!_tqaDeletion)
     {
         _buffer.SegmentStart(properties);
     }
 }