protected override Task ExecuteAsync(CancellationToken serviceCt)
 {
     return(_dirWatcher.Start(serviceCt));
 }