using System.Numerics; namespace Qrakhen.Qamp.Core.Collections.Abstractions; public interface IAdd { TKey Add(TValue value); }