Microsoft.Extensions.Hosting for a project and during startup i register multiple IHostedService services, however all my other services are dependent on a singular service completing a task first, as such I'm looking for a way to have only one specific service start with the framework and have that service wake the others once it's finished