namespace BotSharp.Abstraction.Routing.Enums; public class RoutingMode { public const string Eager = "eager"; public const string Lazy = "lazy"; }