using System; namespace KcpSharp { internal interface IKcpConversationUpdateNotificationSource { ReadOnlyMemory Packet { get; } void Release(); } }