async Task IBackgroundService.Execute(CancellationToken cancellationToken) { await _WebServer.StartAsync(); await cancellationToken.AsTask(); await _WebServer.StopAsync(); }