public void Stop() { try { SaveConfiguration(); _packeteer.Stop(); _routers.Stop(); } catch (Exception ex) { Singletons.EventLog.WriteEvent(new EventLogging.EventPayload { Severity = EventLogging.Severity.Error, CustomText = "Failed to stop router.", Exception = ex }); } }