protected override void OnClosing(CancelEventArgs e) { base.OnClosing(e); try { Client.Unregister(); } catch { // ignored } }