public static void setClient(Client client) { CLIENT.set(client); }
public static Client getClient() { return CLIENT.get(); }