Hi, thanks for project, I want know how I can add watcher at runtime after I create warden? I mean: ```cs var warden = WardenInstance.Create(wardenConfiguration.Build()); // ... // now I need add another watcher or delete existing ``` How I can do this?
Hi, thanks for project, I want know how I can add watcher at runtime after I create warden?
I mean:
How I can do this?