public override void Process(Level level) { var authOk = new SessionSuccess(Client, this); PacketManager.ProcessOutgoingPacket(authOk); }