try {
            const userKeys = this.directoryManager.readFileSync(fullPath);
            Utils.trace(`Retrieving settings from ${fileName}`);

            return JSON.parse(userKeys);