namespace MxGateway.Server.Configuration; public sealed record EffectiveSessionConfiguration( int DefaultCommandTimeoutSeconds, int MaxSessions, bool AllowMultipleEventSubscribers);