public async Task StartAsync(CancellationToken cancellationToken) { await _siteService.LoadSites(); await _pageService.LoadPages(); await _menuService.LoadMenus(); }