{
  "type": "Program",
  "start": 0,
  "end": 1391,
  "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": 37,
      "end": 76,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 46,
          "end": 50,
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 13
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 46,
            "end": 50,
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "guid"
          },
          "local": {
            "type": "Identifier",
            "start": 46,
            "end": 50,
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "guid"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 58,
        "end": 75,
        "loc": {
          "start": {
            "line": 2,
            "column": 21
          },
          "end": {
            "line": 2,
            "column": 38
          }
        },
        "value": "../core/helpers",
        "rawValue": "../core/helpers",
        "raw": "'../core/helpers'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 78,
      "end": 1390,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 93,
        "end": 1390,
        "loc": {
          "start": {
            "line": 4,
            "column": 15
          },
          "end": {
            "line": 50,
            "column": 1
          }
        },
        "id": null,
        "superClass": {
          "type": "Identifier",
          "start": 107,
          "end": 113,
          "loc": {
            "start": {
              "line": 4,
              "column": 29
            },
            "end": {
              "line": 4,
              "column": 35
            }
          },
          "name": "Events"
        },
        "body": {
          "type": "ClassBody",
          "start": 114,
          "end": 1390,
          "loc": {
            "start": {
              "line": 4,
              "column": 36
            },
            "end": {
              "line": 50,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 121,
              "end": 352,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 14,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 121,
                "end": 132,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4
                  },
                  "end": {
                    "line": 6,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 132,
                "end": 352,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 15
                  },
                  "end": {
                    "line": 14,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 133,
                    "end": 145,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 16
                      },
                      "end": {
                        "line": 6,
                        "column": 28
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 133,
                      "end": 140,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 16
                        },
                        "end": {
                          "line": 6,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 143,
                      "end": 145,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 26
                        },
                        "end": {
                          "line": 6,
                          "column": 28
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 147,
                  "end": 352,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 30
                    },
                    "end": {
                      "line": 14,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 157,
                      "end": 165,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 157,
                        "end": 164,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 157,
                          "end": 162,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 174,
                      "end": 191,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 174,
                        "end": 190,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 174,
                          "end": 181,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 174,
                            "end": 178,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 179,
                            "end": 181,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 15
                              }
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 184,
                          "end": 190,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 18
                            },
                            "end": {
                              "line": 8,
                              "column": 24
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 184,
                            "end": 188,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 18
                              },
                              "end": {
                                "line": 8,
                                "column": 22
                              }
                            },
                            "name": "guid"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 200,
                      "end": 219,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 200,
                        "end": 218,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 200,
                          "end": 210,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 200,
                            "end": 204,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 205,
                            "end": 210,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 18
                              }
                            },
                            "name": "alive"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 213,
                          "end": 218,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 21
                            },
                            "end": {
                              "line": 9,
                              "column": 26
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 228,
                      "end": 251,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 228,
                        "end": 250,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 228,
                          "end": 240,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 228,
                            "end": 232,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 233,
                            "end": 240,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 243,
                          "end": 250,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 23
                            },
                            "end": {
                              "line": 10,
                              "column": 30
                            }
                          },
                          "name": "options"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 260,
                      "end": 284,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 260,
                        "end": 283,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 260,
                          "end": 271,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 260,
                            "end": 264,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 265,
                            "end": 271,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 19
                              }
                            },
                            "name": "socket"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 274,
                          "end": 283,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 22
                            },
                            "end": {
                              "line": 11,
                              "column": 31
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 293,
                      "end": 316,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 293,
                        "end": 315,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 293,
                          "end": 303,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 293,
                            "end": 297,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 298,
                            "end": 303,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 18
                              }
                            },
                            "name": "tasks"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 306,
                          "end": 315,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 21
                            },
                            "end": {
                              "line": 12,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 310,
                            "end": 313,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 25
                              },
                              "end": {
                                "line": 12,
                                "column": 28
                              }
                            },
                            "name": "Map"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 325,
                      "end": 346,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 325,
                        "end": 345,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 325,
                          "end": 333,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 325,
                            "end": 329,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 330,
                            "end": 333,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 16
                              }
                            },
                            "name": "url"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 336,
                          "end": 345,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 19
                            },
                            "end": {
                              "line": 13,
                              "column": 28
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 358,
              "end": 456,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 4
                },
                "end": {
                  "line": 18,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 358,
                "end": 365,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 11
                  }
                },
                "name": "execute"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 365,
                "end": 456,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 11
                  },
                  "end": {
                    "line": 18,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 366,
                    "end": 370,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 12
                      },
                      "end": {
                        "line": 16,
                        "column": 16
                      }
                    },
                    "name": "task"
                  },
                  {
                    "type": "Identifier",
                    "start": 372,
                    "end": 379,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 18
                      },
                      "end": {
                        "line": 16,
                        "column": 25
                      }
                    },
                    "name": "factory"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 381,
                  "end": 456,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 27
                    },
                    "end": {
                      "line": 18,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 391,
                      "end": 450,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 67
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 398,
                        "end": 449,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 15
                          },
                          "end": {
                            "line": 17,
                            "column": 66
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 398,
                          "end": 410,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 15
                            },
                            "end": {
                              "line": 17,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 398,
                            "end": 402,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 15
                              },
                              "end": {
                                "line": 17,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 403,
                            "end": 410,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 20
                              },
                              "end": {
                                "line": 17,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 411,
                            "end": 439,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 28
                              },
                              "end": {
                                "line": 17,
                                "column": 56
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 413,
                                "end": 431,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 48
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 413,
                                  "end": 420,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 37
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 422,
                                  "end": 431,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 48
                                    }
                                  },
                                  "value": "Execute",
                                  "rawValue": "Execute",
                                  "raw": "'Execute'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 433,
                                "end": 437,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 54
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 433,
                                  "end": 437,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 54
                                    }
                                  },
                                  "name": "task"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 433,
                                  "end": 437,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 54
                                    }
                                  },
                                  "name": "task"
                                }
                              }
                            ]
                          },
                          {
                            "type": "Identifier",
                            "start": 441,
                            "end": 448,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 58
                              },
                              "end": {
                                "line": 17,
                                "column": 65
                              }
                            },
                            "name": "factory"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 462,
              "end": 623,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 23,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 462,
                "end": 468,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 4
                  },
                  "end": {
                    "line": 20,
                    "column": 10
                  }
                },
                "name": "result"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 468,
                "end": 623,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 10
                  },
                  "end": {
                    "line": 23,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 469,
                    "end": 473,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 11
                      },
                      "end": {
                        "line": 20,
                        "column": 15
                      }
                    },
                    "name": "task"
                  },
                  {
                    "type": "Identifier",
                    "start": 475,
                    "end": 482,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 17
                      },
                      "end": {
                        "line": 20,
                        "column": 24
                      }
                    },
                    "name": "factory"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 484,
                  "end": 623,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 26
                    },
                    "end": {
                      "line": 23,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 494,
                      "end": 617,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 46
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 501,
                        "end": 616,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 15
                          },
                          "end": {
                            "line": 22,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 501,
                          "end": 588,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 15
                            },
                            "end": {
                              "line": 22,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 501,
                            "end": 570,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 15
                              },
                              "end": {
                                "line": 21,
                                "column": 84
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 501,
                              "end": 513,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 15
                                },
                                "end": {
                                  "line": 21,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 501,
                                "end": 505,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 506,
                                "end": 513,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 27
                                  }
                                },
                                "name": "request"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 514,
                                "end": 560,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 74
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 516,
                                    "end": 534,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 48
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 516,
                                      "end": 523,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 37
                                        }
                                      },
                                      "name": "command"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 525,
                                      "end": 534,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 48
                                        }
                                      },
                                      "value": "Execute",
                                      "rawValue": "Execute",
                                      "raw": "'Execute'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 536,
                                    "end": 558,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 72
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 536,
                                      "end": 540,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 54
                                        }
                                      },
                                      "name": "task"
                                    },
                                    "value": {
                                      "type": "BinaryExpression",
                                      "start": 542,
                                      "end": 558,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 72
                                        }
                                      },
                                      "left": {
                                        "type": "Literal",
                                        "start": 542,
                                        "end": 551,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 65
                                          }
                                        },
                                        "value": "RETURN ",
                                        "rawValue": "RETURN ",
                                        "raw": "'RETURN '"
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 554,
                                        "end": 558,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 72
                                          }
                                        },
                                        "name": "task"
                                      }
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              {
                                "type": "Identifier",
                                "start": 562,
                                "end": 569,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 83
                                  }
                                },
                                "name": "factory"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 584,
                            "end": 588,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13
                              },
                              "end": {
                                "line": 22,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 589,
                            "end": 615,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 18
                              },
                              "end": {
                                "line": 22,
                                "column": 44
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 589,
                                "end": 596,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 25
                                  }
                                },
                                "name": "context"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 600,
                              "end": 615,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 29
                                },
                                "end": {
                                  "line": 22,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 600,
                                "end": 607,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 36
                                  }
                                },
                                "name": "context"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 608,
                                "end": 615,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 44
                                  }
                                },
                                "name": "results"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 629,
              "end": 767,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 4
                },
                "end": {
                  "line": 27,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 629,
                "end": 644,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 4
                  },
                  "end": {
                    "line": 25,
                    "column": 19
                  }
                },
                "name": "setVerboseLevel"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 644,
                "end": 767,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 19
                  },
                  "end": {
                    "line": 27,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 645,
                    "end": 650,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 20
                      },
                      "end": {
                        "line": 25,
                        "column": 25
                      }
                    },
                    "name": "level"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 652,
                  "end": 767,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 27
                    },
                    "end": {
                      "line": 27,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 662,
                      "end": 761,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 107
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 669,
                        "end": 760,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 15
                          },
                          "end": {
                            "line": 26,
                            "column": 106
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 669,
                          "end": 681,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 15
                            },
                            "end": {
                              "line": 26,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 669,
                            "end": 673,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 15
                              },
                              "end": {
                                "line": 26,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 674,
                            "end": 681,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 20
                              },
                              "end": {
                                "line": 26,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 682,
                            "end": 759,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 28
                              },
                              "end": {
                                "line": 26,
                                "column": 105
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 683,
                                "end": 701,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 683,
                                  "end": 690,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 36
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 692,
                                  "end": 701,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 47
                                    }
                                  },
                                  "value": "Execute",
                                  "rawValue": "Execute",
                                  "raw": "'Execute'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 703,
                                "end": 758,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 104
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 703,
                                  "end": 707,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 53
                                    }
                                  },
                                  "name": "task"
                                },
                                "value": {
                                  "type": "BinaryExpression",
                                  "start": 709,
                                  "end": 758,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 104
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 709,
                                    "end": 751,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 97
                                      }
                                    },
                                    "left": {
                                      "type": "Literal",
                                      "start": 709,
                                      "end": 732,
                                      "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": 736,
                                      "end": 750,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 82
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 96
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 736,
                                        "end": 741,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 82
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 87
                                          }
                                        },
                                        "name": "level"
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "Literal",
                                        "start": 745,
                                        "end": 750,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 96
                                          }
                                        },
                                        "value": 16391,
                                        "rawValue": 16391,
                                        "raw": "16391"
                                      },
                                      "parenthesizedExpression": true
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 754,
                                    "end": 758,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 100
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 104
                                      }
                                    },
                                    "value": ");",
                                    "rawValue": ");",
                                    "raw": "');'"
                                  }
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 773,
              "end": 933,
              "loc": {
                "start": {
                  "line": 29,
                  "column": 4
                },
                "end": {
                  "line": 32,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 773,
                "end": 776,
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 4
                  },
                  "end": {
                    "line": 29,
                    "column": 7
                  }
                },
                "name": "log"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 776,
                "end": 933,
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 7
                  },
                  "end": {
                    "line": 32,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 779,
                  "end": 933,
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 10
                    },
                    "end": {
                      "line": 32,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 789,
                      "end": 927,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 50
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 796,
                        "end": 926,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 15
                          },
                          "end": {
                            "line": 31,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 796,
                          "end": 894,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 15
                            },
                            "end": {
                              "line": 31,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 796,
                            "end": 876,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 15
                              },
                              "end": {
                                "line": 30,
                                "column": 95
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 796,
                              "end": 808,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 15
                                },
                                "end": {
                                  "line": 30,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 796,
                                "end": 800,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 801,
                                "end": 808,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 27
                                  }
                                },
                                "name": "request"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 809,
                                "end": 875,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 94
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 810,
                                    "end": 828,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 47
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 810,
                                      "end": 817,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 36
                                        }
                                      },
                                      "name": "command"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 819,
                                      "end": 828,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 47
                                        }
                                      },
                                      "value": "Execute",
                                      "rawValue": "Execute",
                                      "raw": "'Execute'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 830,
                                    "end": 874,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 93
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 830,
                                      "end": 834,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 53
                                        }
                                      },
                                      "name": "task"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 836,
                                      "end": 874,
                                      "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": 890,
                            "end": 894,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 895,
                            "end": 925,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 18
                              },
                              "end": {
                                "line": 31,
                                "column": 48
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 895,
                                "end": 902,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 25
                                  }
                                },
                                "name": "context"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 906,
                              "end": 925,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 29
                                },
                                "end": {
                                  "line": 31,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 906,
                                "end": 913,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 36
                                  }
                                },
                                "name": "context"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 914,
                                "end": 925,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 48
                                  }
                                },
                                "name": "firstResult"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 939,
              "end": 1042,
              "loc": {
                "start": {
                  "line": 34,
                  "column": 4
                },
                "end": {
                  "line": 36,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 939,
                "end": 947,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 4
                  },
                  "end": {
                    "line": 34,
                    "column": 12
                  }
                },
                "name": "resetLog"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 947,
                "end": 1042,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 12
                  },
                  "end": {
                    "line": 36,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 950,
                  "end": 1042,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 15
                    },
                    "end": {
                      "line": 36,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 960,
                      "end": 1036,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 84
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 967,
                        "end": 1035,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 15
                          },
                          "end": {
                            "line": 35,
                            "column": 83
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 967,
                          "end": 979,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 15
                            },
                            "end": {
                              "line": 35,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 967,
                            "end": 971,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 15
                              },
                              "end": {
                                "line": 35,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 972,
                            "end": 979,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 20
                              },
                              "end": {
                                "line": 35,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 980,
                            "end": 1034,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 28
                              },
                              "end": {
                                "line": 35,
                                "column": 82
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 981,
                                "end": 999,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 981,
                                  "end": 988,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 36
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 990,
                                  "end": 999,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 47
                                    }
                                  },
                                  "value": "Execute",
                                  "rawValue": "Execute",
                                  "raw": "'Execute'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1001,
                                "end": 1033,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 81
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1001,
                                  "end": 1005,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 53
                                    }
                                  },
                                  "name": "task"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1007,
                                  "end": 1033,
                                  "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": 1048,
              "end": 1172,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 4
                },
                "end": {
                  "line": 41,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1048,
                "end": 1056,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 4
                  },
                  "end": {
                    "line": 38,
                    "column": 12
                  }
                },
                "name": "getState"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1056,
                "end": 1172,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 12
                  },
                  "end": {
                    "line": 41,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1059,
                  "end": 1172,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 15
                    },
                    "end": {
                      "line": 41,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1069,
                      "end": 1166,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 50
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1076,
                        "end": 1165,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 15
                          },
                          "end": {
                            "line": 40,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1076,
                          "end": 1133,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 15
                            },
                            "end": {
                              "line": 40,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1076,
                            "end": 1115,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 15
                              },
                              "end": {
                                "line": 39,
                                "column": 54
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1076,
                              "end": 1088,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 15
                                },
                                "end": {
                                  "line": 39,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1076,
                                "end": 1080,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1081,
                                "end": 1088,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 27
                                  }
                                },
                                "name": "request"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 1089,
                                "end": 1114,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 53
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1091,
                                    "end": 1112,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 51
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1091,
                                      "end": 1098,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 37
                                        }
                                      },
                                      "name": "command"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1100,
                                      "end": 1112,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 51
                                        }
                                      },
                                      "value": "StoreState",
                                      "rawValue": "StoreState",
                                      "raw": "'StoreState'"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1129,
                            "end": 1133,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 40,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1134,
                            "end": 1164,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 18
                              },
                              "end": {
                                "line": 40,
                                "column": 48
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1134,
                                "end": 1141,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 25
                                  }
                                },
                                "name": "context"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 1145,
                              "end": 1164,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 29
                                },
                                "end": {
                                  "line": 40,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1145,
                                "end": 1152,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 36
                                  }
                                },
                                "name": "context"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1153,
                                "end": 1164,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 48
                                  }
                                },
                                "name": "firstResult"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1178,
              "end": 1314,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 4
                },
                "end": {
                  "line": 45,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1178,
                "end": 1186,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 43,
                    "column": 12
                  }
                },
                "name": "setState"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1186,
                "end": 1314,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 12
                  },
                  "end": {
                    "line": 45,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1187,
                    "end": 1191,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 13
                      },
                      "end": {
                        "line": 43,
                        "column": 17
                      }
                    },
                    "name": "data"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1193,
                    "end": 1215,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 19
                      },
                      "end": {
                        "line": 43,
                        "column": 41
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 1193,
                      "end": 1207,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 19
                        },
                        "end": {
                          "line": 43,
                          "column": 33
                        }
                      },
                      "name": "updateGraphics"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 1210,
                      "end": 1215,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 36
                        },
                        "end": {
                          "line": 43,
                          "column": 41
                        }
                      },
                      "value": false,
                      "rawValue": false,
                      "raw": "false"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1217,
                  "end": 1314,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 43
                    },
                    "end": {
                      "line": 45,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1227,
                      "end": 1308,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 89
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1234,
                        "end": 1308,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 15
                          },
                          "end": {
                            "line": 44,
                            "column": 89
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1234,
                          "end": 1246,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 15
                            },
                            "end": {
                              "line": 44,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1234,
                            "end": 1238,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 15
                              },
                              "end": {
                                "line": 44,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1239,
                            "end": 1246,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 20
                              },
                              "end": {
                                "line": 44,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1247,
                            "end": 1307,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 28
                              },
                              "end": {
                                "line": 44,
                                "column": 88
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1249,
                                "end": 1269,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 50
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1249,
                                  "end": 1256,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 37
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1258,
                                  "end": 1269,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 50
                                    }
                                  },
                                  "value": "LoadState",
                                  "rawValue": "LoadState",
                                  "raw": "'LoadState'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1271,
                                "end": 1275,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 56
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1271,
                                  "end": 1275,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1271,
                                  "end": 1275,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 1277,
                                "end": 1290,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 71
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1277,
                                  "end": 1283,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 64
                                    }
                                  },
                                  "name": "recalc"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1285,
                                  "end": 1290,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 71
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1292,
                                "end": 1306,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 87
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1292,
                                  "end": 1306,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 87
                                    }
                                  },
                                  "name": "updateGraphics"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1292,
                                  "end": 1306,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 87
                                    }
                                  },
                                  "name": "updateGraphics"
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1320,
              "end": 1388,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 4
                },
                "end": {
                  "line": 49,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1320,
                "end": 1326,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 4
                  },
                  "end": {
                    "line": 47,
                    "column": 10
                  }
                },
                "name": "recalc"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1326,
                "end": 1388,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 10
                  },
                  "end": {
                    "line": 49,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1329,
                  "end": 1388,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 13
                    },
                    "end": {
                      "line": 49,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1339,
                      "end": 1382,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 51
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1346,
                        "end": 1381,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 15
                          },
                          "end": {
                            "line": 48,
                            "column": 50
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1346,
                          "end": 1358,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 15
                            },
                            "end": {
                              "line": 48,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1346,
                            "end": 1350,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 15
                              },
                              "end": {
                                "line": 48,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1351,
                            "end": 1358,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 20
                              },
                              "end": {
                                "line": 48,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1359,
                            "end": 1380,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 28
                              },
                              "end": {
                                "line": 48,
                                "column": 49
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1361,
                                "end": 1378,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1361,
                                  "end": 1368,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 37
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1370,
                                  "end": 1378,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 47
                                    }
                                  },
                                  "value": "Recalc",
                                  "rawValue": "Recalc",
                                  "raw": "'Recalc'"
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}