private Person michael;
private EntityResultConverter entityResultConverter;
@Before
public void setUp() throws Exception {
GraphDatabase graphDatabase = createGraphDatabase();
graphDatabase.setConversionService(conversionService);
entityResultConverter = new EntityResultConverter(conversionService).with( template );
testTeam.createSDGTeam();
queryEngine = graphDatabase.queryEngine();
michael = testTeam.michael;
}