@Before
public void setup() {
db = new GreenhouseTestDatabaseBuilder().member().connectedAccount().testData(getClass()).getDatabase();
jdbcTemplate = new JdbcTemplate(db);
profileRepository = new JdbcProfileRepository(jdbcTemplate, new StubFileStorage());
}