void DownloadProgressChanged(object src, DownloadProgressChangedEventArgs e) { _notifier.DownloadProgress(e.ProgressPercentage); }