private TimePoints(TimePoints other) { _timepoints = new List <TimePoint>(other._timepoints); }
protected TimePoints(TimePoints other) { _timepoints = new ConcurrentQueue <TimePoint>(other._timepoints); }