4647484950515253545556
ApiManager api = new ApiManager(user); Object data = null; try { data = api.request(action); } finally { //api.close(); }