public void AccessRegisterIfUserIsAdmin() { SetClaims(Role, Admin); _accessControlService.AccessRegister(_register).Should().BeTrue(); }