void reInjectElements(List<Hit> listToInject) { listToInject.forEach((item) { this.fsQueue.add(item); }); }