}
boolean supportVertexIds = specificConfiguration.getBoolean("supportVertexIds", true);
boolean supportEdgeIds = specificConfiguration.getBoolean("supportEdgeIds", true);
return new IdGraph((KeyIndexableGraph) baseGraph.getGraph(), supportVertexIds, supportEdgeIds);
}