namespace Toolkit.Foundation; public interface ISerialContextFactory { ISerialContext? Create() where TConfiguration : ISerialConfiguration where TReader : SerialReader where TEvent : SerialEventArgs, new(); }