public async Task <IActionResult> Upsert(ExtensionModel model) { await _userAttributeService.UpsertUserAttributes(model); return(RedirectToAction("List")); }