namespace Toolkit.Foundation; public interface ISerialContext : ISerialContext where TReader : SerialReader where TEvent : SerialEventArgs, new(); public interface ISerialContext { bool Open(); }