namespace Qrakhen.Qamp.Core.Collections.Abstractions; public interface IGet { TValue Get(TKey index); }