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