public static void bootstrapServices() {
services = new HashMap<String, JPokemonService>();
services.put("overworld", new OverworldService());
services.put("lobby", new LobbyService());
services.put("friends", new FriendsService());
services.put("party", new PartyService());
}