internal DelegatingEntityIdIterator(MultiIndexPopulationConcurrentUpdatesIT outerInstance, EntityIdIterator @delegate, ThreadStart customAction)
 {
     this._outerInstance = outerInstance;
     this.Delegate       = @delegate;
     this.CustomAction   = customAction;
 }