public async Task <IViewComponentResult> InvokeAsync()
        {
            NavigatorModel model = await _sharedService.Get();

            return(View(model));
        }