public static int Count <TSource>(this ImmutableHashSet <TSource> source)
 => ValueReadOnlyCollectionExtensions.Count <ValueWrapper <TSource>, ImmutableHashSet <TSource> .Enumerator, TSource>(new ValueWrapper <TSource>(source));