using (var client = myHttpClient.CreateClient())
{
var destinationPathWebP = Path.Combine(Local_DIRECTORY, i.SKU, IMAGE_WEB_EXTENSION);
destinationPathWebP = destinationPathWebP.Replace("\", “/”);
var destinationPath…...Combine(LOCAL_DIRECTORY, i.SKU, IMAGE_WEB_EXTENSION);...destinationPathJpg = Path.Combine(LOCAL_DIRECTORY, i.SKU + IMAGE_EXTENSION);...