public IActionResult OnPost(EditRole command) { var result = _roleApplication.EditRole(command); return(RedirectToPage("Index")); }