storeGuestAPIKey: function(apiKeySecret) {
        $.cookie(CookieConstants.API_KEY_SECRET, apiKeySecret, {
            path: '/',
            expires: Constants.TIME.WEEK
        });