PrepareProgress( int downloadedBytes, int totalBytes, int progress, ) : _downloadedBytes = downloadedBytes, _totalBytes = totalBytes, _progress = progress;