public void DownloadFile(string payloadFile) { using (WebClient wc = new WebClient()) { // Code removed for brevity.