public void ApplyAsync() { var cts = new CancellationTokenSource(); Progress.AddTask(pipelineController.UpdateImagesAsync(Progress.GetProgressInterface(cts.Token)), cts); }