I use a CSV-based feeder to parametrize the users injected (user ids, passwords, etc.). However, I have the constraint that I shall instantiate every user only once. This means that I have to inject as many users as there are valid records in the CSV-file (i.e., the feeder is exhausted). Of course I can hardcode the number but I do not want to have this dependency between the feeding file and the actual simulation implementation.