static LogWrapper testLogWrapper = new LogWrapper("Tests");
public static void main(String[] args) {
bus.register(EventBusTests.class);
try {
bus.post(new Event(Collections.class, "dummy_event",new int[]{1,2,3},1,2,3,'a','b'));
} catch( Exception e) {
e.printStackTrace();
}
}