It would be nice to be able to change the client used by the default static methods. The following would be sufficient: ``` public synchronized static void setClient(RestClient client) { close(); this.client = client; } ```