namespace Toolkit.Foundation; public record SerialEventArgs { public TValue? Value { get; init; } }