namespace KianaBH.KcpSharp.Base; internal interface IKcpConversationUpdateNotificationSource { ReadOnlyMemory Packet { get; } void Release(); }