public async Task <IActionResult> SyncConfig() { await _service.SyncAll(); return(RedirectToAction(nameof(Index))); }