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