protected override void OnStop()
 {
     base.OnStop();
     _backgroundJob?.Stop();
 }