public void Initialize() { Service = new WorldService(); Service.RealmStatusChanged += OnRealmStatusChanged; Service.Participate(); }