const handler = {
  get(target, property, receiver) {
    try {
      if (property in target) {
        return target[property]