This option would allow the user to collect multiple positions without them being stored as a Path (Position[] / List<Position>) etc. For example, the code output would be: ``` Position position = new Position(1, 2, 3); Position position = new Position(4, 5, 6); ```