protected abstract DataSource createEmptyDatasource(String dsId, String dscId, Object optionalInformation);
protected DataSourceCollection createCollection(File f, Object optionalInformation) throws IOException, InvalidFormatException{
throw new InvalidFormatException("Unable to restore " + f.getAbsolutePath());
}