public AutomationProfile Run(IHealthCheckSchedulerPlugin plugin)
 {
     _checkLoader.Add(plugin);
     return(this);
 }
 public AutomationProfile Run(IHealthCheckSchedulerPlugin plugin)
 {
     _checkLoader.Add(plugin);
     return this;
 }