{
  "type": "Program",
  "start": 0,
  "end": 1441,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 51,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 36,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 13,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "name": "Events"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 19,
        "end": 35,
        "loc": {
          "start": {
            "line": 1,
            "column": 19
          },
          "end": {
            "line": 1,
            "column": 35
          }
        },
        "value": "../core/events",
        "rawValue": "../core/events",
        "raw": "'../core/events'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 38,
      "end": 77,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 47,
          "end": 51,
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 13
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 47,
            "end": 51,
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "guid"
          },
          "local": {
            "type": "Identifier",
            "start": 47,
            "end": 51,
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "guid"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 59,
        "end": 76,
        "loc": {
          "start": {
            "line": 2,
            "column": 21
          },
          "end": {
            "line": 2,
            "column": 38
          }
        },
        "value": "../core/helpers",
        "rawValue": "../core/helpers",
        "raw": "'../core/helpers'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 81,
      "end": 1439,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 96,
        "end": 1439,
        "loc": {
          "start": {
            "line": 4,
            "column": 15
          },
          "end": {
            "line": 50,
            "column": 1
          }
        },
        "id": null,
        "superClass": {
          "type": "Identifier",
          "start": 110,
          "end": 116,
          "loc": {
            "start": {
              "line": 4,
              "column": 29
            },
            "end": {
              "line": 4,
              "column": 35
            }
          },
          "name": "Events"
        },
        "body": {
          "type": "ClassBody",
          "start": 117,
          "end": 1439,
          "loc": {
            "start": {
              "line": 4,
              "column": 36
            },
            "end": {
              "line": 50,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 126,
              "end": 365,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 14,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 126,
                "end": 137,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4
                  },
                  "end": {
                    "line": 6,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 137,
                "end": 365,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 15
                  },
                  "end": {
                    "line": 14,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 138,
                    "end": 150,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 16
                      },
                      "end": {
                        "line": 6,
                        "column": 28
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 138,
                      "end": 145,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 16
                        },
                        "end": {
                          "line": 6,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 148,
                      "end": 150,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 26
                        },
                        "end": {
                          "line": 6,
                          "column": 28
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 152,
                  "end": 365,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 30
                    },
                    "end": {
                      "line": 14,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 163,
                      "end": 171,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 163,
                        "end": 170,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 163,
                          "end": 168,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 181,
                      "end": 198,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 181,
                        "end": 197,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 181,
                          "end": 188,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 181,
                            "end": 185,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 186,
                            "end": 188,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 15
                              }
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 191,
                          "end": 197,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 18
                            },
                            "end": {
                              "line": 8,
                              "column": 24
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 191,
                            "end": 195,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 18
                              },
                              "end": {
                                "line": 8,
                                "column": 22
                              }
                            },
                            "name": "guid"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 208,
                      "end": 227,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 208,
                        "end": 226,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 208,
                          "end": 218,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 208,
                            "end": 212,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 213,
                            "end": 218,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 18
                              }
                            },
                            "name": "alive"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 221,
                          "end": 226,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 21
                            },
                            "end": {
                              "line": 9,
                              "column": 26
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 237,
                      "end": 260,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 237,
                        "end": 259,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 237,
                          "end": 249,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 237,
                            "end": 241,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 242,
                            "end": 249,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 252,
                          "end": 259,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 23
                            },
                            "end": {
                              "line": 10,
                              "column": 30
                            }
                          },
                          "name": "options"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 270,
                      "end": 294,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 270,
                        "end": 293,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 270,
                          "end": 281,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 270,
                            "end": 274,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 275,
                            "end": 281,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 19
                              }
                            },
                            "name": "socket"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 284,
                          "end": 293,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 22
                            },
                            "end": {
                              "line": 11,
                              "column": 31
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 304,
                      "end": 327,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 304,
                        "end": 326,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 304,
                          "end": 314,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 304,
                            "end": 308,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 309,
                            "end": 314,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 18
                              }
                            },
                            "name": "tasks"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 317,
                          "end": 326,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 21
                            },
                            "end": {
                              "line": 12,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 321,
                            "end": 324,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 25
                              },
                              "end": {
                                "line": 12,
                                "column": 28
                              }
                            },
                            "name": "Map"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 337,
                      "end": 358,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 337,
                        "end": 357,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 337,
                          "end": 345,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 337,
                            "end": 341,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 342,
                            "end": 345,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 16
                              }
                            },
                            "name": "url"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 348,
                          "end": 357,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 19
                            },
                            "end": {
                              "line": 13,
                              "column": 28
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 373,
              "end": 473,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 4
                },
                "end": {
                  "line": 18,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 373,
                "end": 380,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 11
                  }
                },
                "name": "execute"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 380,
                "end": 473,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 11
                  },
                  "end": {
                    "line": 18,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 381,
                    "end": 385,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 12
                      },
                      "end": {
                        "line": 16,
                        "column": 16
                      }
                    },
                    "name": "task"
                  },
                  {
                    "type": "Identifier",
                    "start": 387,
                    "end": 394,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 18
                      },
                      "end": {
                        "line": 16,
                        "column": 25
                      }
                    },
                    "name": "factory"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 396,
                  "end": 473,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 27
                    },
                    "end": {
                      "line": 18,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 407,
                      "end": 466,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 67
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 414,
                        "end": 465,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 15
                          },
                          "end": {
                            "line": 17,
                            "column": 66
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 414,
                          "end": 426,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 15
                            },
                            "end": {
                              "line": 17,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 414,
                            "end": 418,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 15
                              },
                              "end": {
                                "line": 17,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 419,
                            "end": 426,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 20
                              },
                              "end": {
                                "line": 17,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 427,
                            "end": 455,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 28
                              },
                              "end": {
                                "line": 17,
                                "column": 56
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 429,
                                "end": 447,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 48
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 429,
                                  "end": 436,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 37
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 438,
                                  "end": 447,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 48
                                    }
                                  },
                                  "value": "Execute",
                                  "rawValue": "Execute",
                                  "raw": "'Execute'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 449,
                                "end": 453,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 54
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 449,
                                  "end": 453,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 54
                                    }
                                  },
                                  "name": "task"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 449,
                                  "end": 453,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 54
                                    }
                                  },
                                  "name": "task"
                                }
                              }
                            ]
                          },
                          {
                            "type": "Identifier",
                            "start": 457,
                            "end": 464,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 58
                              },
                              "end": {
                                "line": 17,
                                "column": 65
                              }
                            },
                            "name": "factory"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 481,
              "end": 645,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 23,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 481,
                "end": 487,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 4
                  },
                  "end": {
                    "line": 20,
                    "column": 10
                  }
                },
                "name": "result"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 487,
                "end": 645,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 10
                  },
                  "end": {
                    "line": 23,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 488,
                    "end": 492,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 11
                      },
                      "end": {
                        "line": 20,
                        "column": 15
                      }
                    },
                    "name": "task"
                  },
                  {
                    "type": "Identifier",
                    "start": 494,
                    "end": 501,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 17
                      },
                      "end": {
                        "line": 20,
                        "column": 24
                      }
                    },
                    "name": "factory"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 503,
                  "end": 645,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 26
                    },
                    "end": {
                      "line": 23,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 514,
                      "end": 638,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 46
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 521,
                        "end": 637,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 15
                          },
                          "end": {
                            "line": 22,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 521,
                          "end": 609,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 15
                            },
                            "end": {
                              "line": 22,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 521,
                            "end": 590,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 15
                              },
                              "end": {
                                "line": 21,
                                "column": 84
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 521,
                              "end": 533,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 15
                                },
                                "end": {
                                  "line": 21,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 521,
                                "end": 525,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 526,
                                "end": 533,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 27
                                  }
                                },
                                "name": "request"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 534,
                                "end": 580,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 74
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 536,
                                    "end": 554,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 48
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 536,
                                      "end": 543,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 37
                                        }
                                      },
                                      "name": "command"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 545,
                                      "end": 554,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 48
                                        }
                                      },
                                      "value": "Execute",
                                      "rawValue": "Execute",
                                      "raw": "'Execute'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 556,
                                    "end": 578,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 72
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 556,
                                      "end": 560,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 54
                                        }
                                      },
                                      "name": "task"
                                    },
                                    "value": {
                                      "type": "BinaryExpression",
                                      "start": 562,
                                      "end": 578,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 72
                                        }
                                      },
                                      "left": {
                                        "type": "Literal",
                                        "start": 562,
                                        "end": 571,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 65
                                          }
                                        },
                                        "value": "RETURN ",
                                        "rawValue": "RETURN ",
                                        "raw": "'RETURN '"
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 574,
                                        "end": 578,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 72
                                          }
                                        },
                                        "name": "task"
                                      }
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              {
                                "type": "Identifier",
                                "start": 582,
                                "end": 589,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 83
                                  }
                                },
                                "name": "factory"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 605,
                            "end": 609,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13
                              },
                              "end": {
                                "line": 22,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 610,
                            "end": 636,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 18
                              },
                              "end": {
                                "line": 22,
                                "column": 44
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 610,
                                "end": 617,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 25
                                  }
                                },
                                "name": "context"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 621,
                              "end": 636,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 29
                                },
                                "end": {
                                  "line": 22,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 621,
                                "end": 628,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 36
                                  }
                                },
                                "name": "context"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 629,
                                "end": 636,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 44
                                  }
                                },
                                "name": "results"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 653,
              "end": 793,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 4
                },
                "end": {
                  "line": 27,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 653,
                "end": 668,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 4
                  },
                  "end": {
                    "line": 25,
                    "column": 19
                  }
                },
                "name": "setVerboseLevel"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 668,
                "end": 793,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 19
                  },
                  "end": {
                    "line": 27,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 669,
                    "end": 674,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 20
                      },
                      "end": {
                        "line": 25,
                        "column": 25
                      }
                    },
                    "name": "level"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 676,
                  "end": 793,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 27
                    },
                    "end": {
                      "line": 27,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 687,
                      "end": 786,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 107
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 694,
                        "end": 785,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 15
                          },
                          "end": {
                            "line": 26,
                            "column": 106
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 694,
                          "end": 706,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 15
                            },
                            "end": {
                              "line": 26,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 694,
                            "end": 698,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 15
                              },
                              "end": {
                                "line": 26,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 699,
                            "end": 706,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 20
                              },
                              "end": {
                                "line": 26,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 707,
                            "end": 784,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 28
                              },
                              "end": {
                                "line": 26,
                                "column": 105
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 708,
                                "end": 726,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 708,
                                  "end": 715,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 36
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 717,
                                  "end": 726,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 47
                                    }
                                  },
                                  "value": "Execute",
                                  "rawValue": "Execute",
                                  "raw": "'Execute'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 728,
                                "end": 783,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 104
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 728,
                                  "end": 732,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 53
                                    }
                                  },
                                  "name": "task"
                                },
                                "value": {
                                  "type": "BinaryExpression",
                                  "start": 734,
                                  "end": 783,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 104
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 734,
                                    "end": 776,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 97
                                      }
                                    },
                                    "left": {
                                      "type": "Literal",
                                      "start": 734,
                                      "end": 757,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 78
                                        }
                                      },
                                      "value": "CADH_SetVerboseLevel(",
                                      "rawValue": "CADH_SetVerboseLevel(",
                                      "raw": "'CADH_SetVerboseLevel('"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "LogicalExpression",
                                      "start": 761,
                                      "end": 775,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 82
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 96
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 761,
                                        "end": 766,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 82
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 87
                                          }
                                        },
                                        "name": "level"
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "Literal",
                                        "start": 770,
                                        "end": 775,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 96
                                          }
                                        },
                                        "value": 16391,
                                        "rawValue": 16391,
                                        "raw": "16391"
                                      },
                                      "parenthesizedExpression": true
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 779,
                                    "end": 783,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 100
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 104
                                      }
                                    },
                                    "value": ");",
                                    "rawValue": ");",
                                    "raw": "');'"
                                  }
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 801,
              "end": 964,
              "loc": {
                "start": {
                  "line": 29,
                  "column": 4
                },
                "end": {
                  "line": 32,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 801,
                "end": 804,
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 4
                  },
                  "end": {
                    "line": 29,
                    "column": 7
                  }
                },
                "name": "log"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 804,
                "end": 964,
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 7
                  },
                  "end": {
                    "line": 32,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 807,
                  "end": 964,
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 10
                    },
                    "end": {
                      "line": 32,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 818,
                      "end": 957,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 50
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 825,
                        "end": 956,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 15
                          },
                          "end": {
                            "line": 31,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 825,
                          "end": 924,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 15
                            },
                            "end": {
                              "line": 31,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 825,
                            "end": 905,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 15
                              },
                              "end": {
                                "line": 30,
                                "column": 95
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 825,
                              "end": 837,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 15
                                },
                                "end": {
                                  "line": 30,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 825,
                                "end": 829,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 830,
                                "end": 837,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 27
                                  }
                                },
                                "name": "request"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 838,
                                "end": 904,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 94
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 839,
                                    "end": 857,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 47
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 839,
                                      "end": 846,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 36
                                        }
                                      },
                                      "name": "command"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 848,
                                      "end": 857,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 47
                                        }
                                      },
                                      "value": "Execute",
                                      "rawValue": "Execute",
                                      "raw": "'Execute'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 859,
                                    "end": 903,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 93
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 859,
                                      "end": 863,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 53
                                        }
                                      },
                                      "name": "task"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 865,
                                      "end": 903,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 93
                                        }
                                      },
                                      "value": "RETURN CADH_GetVerboseFileContent();",
                                      "rawValue": "RETURN CADH_GetVerboseFileContent();",
                                      "raw": "'RETURN CADH_GetVerboseFileContent();'"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 920,
                            "end": 924,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 925,
                            "end": 955,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 18
                              },
                              "end": {
                                "line": 31,
                                "column": 48
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 925,
                                "end": 932,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 25
                                  }
                                },
                                "name": "context"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 936,
                              "end": 955,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 29
                                },
                                "end": {
                                  "line": 31,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 936,
                                "end": 943,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 36
                                  }
                                },
                                "name": "context"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 944,
                                "end": 955,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 48
                                  }
                                },
                                "name": "firstResult"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 972,
              "end": 1077,
              "loc": {
                "start": {
                  "line": 34,
                  "column": 4
                },
                "end": {
                  "line": 36,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 972,
                "end": 980,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 4
                  },
                  "end": {
                    "line": 34,
                    "column": 12
                  }
                },
                "name": "resetLog"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 980,
                "end": 1077,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 12
                  },
                  "end": {
                    "line": 36,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 983,
                  "end": 1077,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 15
                    },
                    "end": {
                      "line": 36,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 994,
                      "end": 1070,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 84
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1001,
                        "end": 1069,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 15
                          },
                          "end": {
                            "line": 35,
                            "column": 83
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1001,
                          "end": 1013,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 15
                            },
                            "end": {
                              "line": 35,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1001,
                            "end": 1005,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 15
                              },
                              "end": {
                                "line": 35,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1006,
                            "end": 1013,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 20
                              },
                              "end": {
                                "line": 35,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1014,
                            "end": 1068,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 28
                              },
                              "end": {
                                "line": 35,
                                "column": 82
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1015,
                                "end": 1033,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1015,
                                  "end": 1022,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 36
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1024,
                                  "end": 1033,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 47
                                    }
                                  },
                                  "value": "Execute",
                                  "rawValue": "Execute",
                                  "raw": "'Execute'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1035,
                                "end": 1067,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 81
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1035,
                                  "end": 1039,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 53
                                    }
                                  },
                                  "name": "task"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1041,
                                  "end": 1067,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 81
                                    }
                                  },
                                  "value": "CADH_ResetVerboseFile();",
                                  "rawValue": "CADH_ResetVerboseFile();",
                                  "raw": "'CADH_ResetVerboseFile();'"
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1085,
              "end": 1212,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 4
                },
                "end": {
                  "line": 41,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1085,
                "end": 1093,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 4
                  },
                  "end": {
                    "line": 38,
                    "column": 12
                  }
                },
                "name": "getState"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1093,
                "end": 1212,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 12
                  },
                  "end": {
                    "line": 41,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1096,
                  "end": 1212,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 15
                    },
                    "end": {
                      "line": 41,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1107,
                      "end": 1205,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 50
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1114,
                        "end": 1204,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 15
                          },
                          "end": {
                            "line": 40,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1114,
                          "end": 1172,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 15
                            },
                            "end": {
                              "line": 40,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1114,
                            "end": 1153,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 15
                              },
                              "end": {
                                "line": 39,
                                "column": 54
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1114,
                              "end": 1126,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 15
                                },
                                "end": {
                                  "line": 39,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1114,
                                "end": 1118,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1119,
                                "end": 1126,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 27
                                  }
                                },
                                "name": "request"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 1127,
                                "end": 1152,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 53
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1129,
                                    "end": 1150,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 51
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1129,
                                      "end": 1136,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 37
                                        }
                                      },
                                      "name": "command"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1138,
                                      "end": 1150,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 51
                                        }
                                      },
                                      "value": "StoreState",
                                      "rawValue": "StoreState",
                                      "raw": "'StoreState'"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1168,
                            "end": 1172,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 40,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1173,
                            "end": 1203,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 18
                              },
                              "end": {
                                "line": 40,
                                "column": 48
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1173,
                                "end": 1180,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 25
                                  }
                                },
                                "name": "context"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 1184,
                              "end": 1203,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 29
                                },
                                "end": {
                                  "line": 40,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1184,
                                "end": 1191,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 36
                                  }
                                },
                                "name": "context"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1192,
                                "end": 1203,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 48
                                  }
                                },
                                "name": "firstResult"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1220,
              "end": 1358,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 4
                },
                "end": {
                  "line": 45,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1220,
                "end": 1228,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 43,
                    "column": 12
                  }
                },
                "name": "setState"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1228,
                "end": 1358,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 12
                  },
                  "end": {
                    "line": 45,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1229,
                    "end": 1233,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 13
                      },
                      "end": {
                        "line": 43,
                        "column": 17
                      }
                    },
                    "name": "data"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1235,
                    "end": 1257,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 19
                      },
                      "end": {
                        "line": 43,
                        "column": 41
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 1235,
                      "end": 1249,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 19
                        },
                        "end": {
                          "line": 43,
                          "column": 33
                        }
                      },
                      "name": "updateGraphics"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 1252,
                      "end": 1257,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 36
                        },
                        "end": {
                          "line": 43,
                          "column": 41
                        }
                      },
                      "value": false,
                      "rawValue": false,
                      "raw": "false"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1259,
                  "end": 1358,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 43
                    },
                    "end": {
                      "line": 45,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1270,
                      "end": 1351,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 89
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1277,
                        "end": 1351,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 15
                          },
                          "end": {
                            "line": 44,
                            "column": 89
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1277,
                          "end": 1289,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 15
                            },
                            "end": {
                              "line": 44,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1277,
                            "end": 1281,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 15
                              },
                              "end": {
                                "line": 44,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1282,
                            "end": 1289,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 20
                              },
                              "end": {
                                "line": 44,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1290,
                            "end": 1350,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 28
                              },
                              "end": {
                                "line": 44,
                                "column": 88
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1292,
                                "end": 1312,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 50
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1292,
                                  "end": 1299,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 37
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1301,
                                  "end": 1312,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 50
                                    }
                                  },
                                  "value": "LoadState",
                                  "rawValue": "LoadState",
                                  "raw": "'LoadState'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1314,
                                "end": 1318,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 56
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1314,
                                  "end": 1318,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1314,
                                  "end": 1318,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 1320,
                                "end": 1333,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 71
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1320,
                                  "end": 1326,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 64
                                    }
                                  },
                                  "name": "recalc"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1328,
                                  "end": 1333,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 71
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1335,
                                "end": 1349,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 87
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1335,
                                  "end": 1349,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 87
                                    }
                                  },
                                  "name": "updateGraphics"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1335,
                                  "end": 1349,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 87
                                    }
                                  },
                                  "name": "updateGraphics"
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1366,
              "end": 1436,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 4
                },
                "end": {
                  "line": 49,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1366,
                "end": 1372,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 4
                  },
                  "end": {
                    "line": 47,
                    "column": 10
                  }
                },
                "name": "recalc"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1372,
                "end": 1436,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 10
                  },
                  "end": {
                    "line": 49,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1375,
                  "end": 1436,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 13
                    },
                    "end": {
                      "line": 49,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1386,
                      "end": 1429,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 51
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1393,
                        "end": 1428,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 15
                          },
                          "end": {
                            "line": 48,
                            "column": 50
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1393,
                          "end": 1405,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 15
                            },
                            "end": {
                              "line": 48,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1393,
                            "end": 1397,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 15
                              },
                              "end": {
                                "line": 48,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1398,
                            "end": 1405,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 20
                              },
                              "end": {
                                "line": 48,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1406,
                            "end": 1427,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 28
                              },
                              "end": {
                                "line": 48,
                                "column": 49
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1408,
                                "end": 1425,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1408,
                                  "end": 1415,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 37
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1417,
                                  "end": 1425,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 47
                                    }
                                  },
                                  "value": "Recalc",
                                  "rawValue": "Recalc",
                                  "raw": "'Recalc'"
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}