https://github.com/wdolek/benchmarkator/blob/master/src/Benchmarkator.Collections/Contains/ImmutableContainsFalse.cs#L48
Although this is totally a legitimate way to create the collections, this is more idiomatic:
using static LanguageExt.Prelude;
...
_langExtImmutableArray = Array(secondHalf);
_langExtImmutableHashSet = HashSet(secondHalf);
_langExtImmutableList = List(secondHalf);
_langExtImmutableSet = Set(secondHalf);