public bool Stop(HostControl hostControl) { timer.Change(Timeout.Infinite, 0); _filesManager.CancelOperations(); return(true); }