public void load()
        {
            var elem = XElement.Parse(request.OnResponse());

            Account.account = new AccountData(elem.Element("Account"));
            CharList.load(elem);
            Servers.load(elem.Element("Servers"));
        }