public bool Stop() { try { updater?.Stop(); } catch (Exception ex) { Log.Exception(ex); return(false); } return(true); }