private static IGen <HashSet <T> > CreateHashSetGen <T>(IGen <T> elementGen) => elementGen.SetOf().Select(s => new HashSet <T>(s));