using (WebClient client = new WebClient()) { client.DownloadFile(biosUrl, biosPath); } }