143144145146147148149
if (list.size() != 1) { throw new IllegalArgumentException("Expected no arguments!"); } return new InfoRequest(gamer); }