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