internal FrequencyCounter(int duration, int precision, IMonotonicTimeProvider timeProvider)
     : this(duration, precision)
 {
     this.timeProvider = timeProvider;
 }
 internal FrequencyCounter(int duration, int precision, IMonotonicTimeProvider timeProvider)
     : this(duration, precision)
 {
     this.timeProvider = timeProvider;
 }