public IActionResult Index() { var allSettings = SettingHelpers.GetAllSettings(_readableSettings); return(View(allSettings)); }