protected FieldAccount newFieldAccount6() {
FieldAccount account = new FieldAccount();
account.id(6);
account.firstName("Jennifer");
account.lastName("Begin");
account.emailAddress("no_email@provided.com");
return account;
}
protected void assertAccount1(Account account) {