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