internal void Reset(TimeSpan time)
 {
     for (var Index = 0; Index < _Records.Length; Index++)
     {
         SectionState.Reset(ref _Records[Index], time);
     }
 }