@Test
public void timeUUIDPrepare() throws IOException {
PersistenceSession persistenceSession = persistenceManager.createSession();
Set<Long> adrs = SystemMacAddresses.inquireMacAddresses();
StoreUUIDGeneratorConfigurer config = new StoreUUIDGeneratorConfigurer(adrs, persistenceSession);
generator = new UUIDGenerator(4, config);
}