protected TaskCollection(int initialSize)
 {
     _listOfStacks = FasterList <Stack <IEnumerator> > .PreFill <Stack <IEnumerator> >(initialSize);
 }