public async Task StopAsync(CancellationToken cancellationToken)
 {
     await _processor.StopProcessorAsync();
 }