/*https://github.com/sidristij/memory-pools/blob/master/MemoryPools.Collections*/ namespace MemoryPools.Collections { public interface IPoolingGrouping : IPoolingEnumerable { TKey Key { get; } } }