public void given(Builder<?>... builders) throws Exception { database.persist(builders); }
public <T> void given(T... entities) throws Exception { database.persist(entities); }