namespace Toolkit.Foundation; public interface IMicroControllerContextFactory { IMicroControllerContext? Create(IReadOnlyCollection modules) where TConfiguration : ISerialConfiguration where TReader : SerialReader where TEvent : ISerialEventArgs; }