When using Parallel.ForEach, would converting any DB or Api calls to async methods improve performance?...A bit of background, I currently have a console application that sequentially loops through a bunch of files and for each one calls an API and makes ...