public Task StopAsync(CancellationToken cancellationToken)
 {
     return(_engine.RunOnEnd(cancellationToken));
 }