* The value returned is a {@code Promise<Response>}, and you should use Play's asynchronous mechanisms to use this response.
*/
public class WS {
public static WSClient client() {
Application app = play.Play.application();
return app.injector().instanceOf(WSClient.class);
}