for (Account account : accounts) {
names.add(account.getName());
}
UUIDFetcher fetcher = new UUIDFetcher(names);
Map<String, UUID> response;
try {
response = fetcher.call();
removeAllAccounts();
for (String name : response.keySet()) {
for (String accountName : new HashMap<String, Double>(accountMonies).keySet()) {