public void StopDownload() { fileDownloader.CancelDownload(); DownloadingState = DownloadingState.Completed; DownloadingProgress = 0.0; }