return StartupClass.Client.getResult(id);
}
protected void done() {
try {
TypedObject result = get();
Summoner searched = new Summoner(result.getTO("data").getTO("body"));
loadProfileForPlayer(searched);
} catch (InterruptedException | ExecutionException e) {
ProfileController.this.HandleException(e);
}
}