public async Task <IActionResult> Refresh()
        {
            await ContentService.DeleteCacheAsync(AppSettings.DefaultRepo);

            return(RedirectToAction(actionName: nameof(ScenariosController.Index), controllerName: "Scenarios"));
        }