public static synchronized EventManager getInstance() {
        if (instance == null) {
            instance = (EventManager) Singleton.self().get(GUID);
            if (instance == null) {
                final EventManager singleton = new EventManager();