@Test
public void testDestroyAccount() {
String userId = "userId";
UserInformation userInfo = implWithRealCryptoEngine.createAccount(userId, "masterPassword");
CardService cardService = new CardServiceImpl(em, new CryptoEngineImpl(), null, null);
Card card =
cardService.createCard(userId,
new CardDetails("id",
"name",
"login",
"password",
null,