namespace Qrakhen.Qamp.Core; public interface ISet { TValue this[TKey index] { set; } void Set(TKey index, TValue value); }