public async Task <ActionResult> Default(DefaultViewModel model) { await _themeService.DefaultAsync(model.ThemeId); return(Content("Refresh")); }