@Autowired
private AccountService accountService;
@Before
public void setup() throws AuthenticationException {
Account account = new AccountBuilder() {
{
address("Herve", "4650", "Rue de la station", "1", null, "Belgium");
credentials("john", "secret");
name("John", "Doe");
}