Object.defineProperty(this, 'basePath', {
    enumerable: true,
    get: function() {
      return basePath;
    },