# Set timeout (in milliseconds) $webClient.Timeout = $TimeoutSeconds * 1000
catch Write-Error "[FAILED] Download error: $($ .Exception.Message)" if ($ .Exception.InnerException) Write-Error "Inner Exception: $($_.Exception.InnerException.Message)"
[Parameter(Mandatory=$true)] [string]$OutputPath,
