ParallelForEach
* Add unit and integration tests for `ParallelForEach` activity covering behavior with different item types, fault handling, and scenario-specific conditions * Replace `Array.Empty<string>()` with `[]` in `ParallelForEachTests` to simplify syntax.