}
protected IngestionConfiguration createIngestionConfiguration() {
IngestionConfiguration cfg = new IngestionConfiguration("ingestionId", "IngestionName", "IngestionDesc");
GeoStoreConfig gsc = new GeoStoreConfig();
gsc.setUrl("url0");
gsc.setUsername("un0");
gsc.setPassword("pw0");
cfg.setGeoStoreConfig(gsc);
PostGisConfig pgc = new PostGisConfig();
pgc.setHost("pghost");
pgc.setPort(42);