public void Stop() { if (IsStart) { jobWatcher.Stop(); nancyHost.Stop(); } }
public void Stop() { jobWatcher.Stop(); _webapp?.Dispose(); }