private static Edm edm;
@BeforeClass
public static void beforeClass() throws Exception {
olingoApp = new Olingo2AppImpl(TEST_SERVICE_URL);
olingoApp.setContentType(TEST_FORMAT.toString());
LOG.info("Generate sample data ");
generateSampleData(TEST_SERVICE_URL);