public Task ActivatedAsync()
        {
            _backgroundService.Activate();

            return(Task.CompletedTask);
        }