public async Task <IdentityResult> Create(String name) => await roleDao.CreateAsync(new IdentityRole(name));