namespace Toolkit.Foundation; public interface IMicroControllerBuilder { IReadOnlyCollection Configurations { get; } IMicroControllerBuilderConfiguration Add() where TConfiguration : ISerialConfiguration where TReader : SerialReader where TEvent : ISerialEventArgs; }