namespace Qrakhen.Qamp.Core; public interface ISeekable { TKey Position { get; } TValue Seek(TKey position); }