public override void Quit(int timeout, string comment) { base.Quit(timeout, comment); Client.Shutdown(HandleClientDisconnected); }