using System.Collections; using System.Collections.Generic; namespace System.Linq; public interface IGrouping : IEnumerable, IEnumerable { TKey Key { get; } }