public Task StartAsync(CancellationToken cancellationToken)
 {
     return(_engine.RunOnStartup(cancellationToken));
 }