namespace BotSharp.Abstraction.Infrastructures; public class HookEmitOption { public bool OnlyOnce { get; set; } }