let downloadProgress: ((Progress) -> Void) = { progress in
            if progress.fractionCompleted == 1.0 {
                progressExpectation.fulfill()
            }
        }