{
  "type": "Program",
  "start": 0,
  "end": 1395,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 51,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 34,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 34
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 19,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 19
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 19,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 19
              }
            },
            "name": "EventEmitter"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 25,
        "end": 33,
        "loc": {
          "start": {
            "line": 1,
            "column": 25
          },
          "end": {
            "line": 1,
            "column": 33
          }
        },
        "value": "events",
        "rawValue": "events",
        "raw": "'events'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 35,
      "end": 74,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 44,
          "end": 48,
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 13
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 44,
            "end": 48,
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "guid"
          },
          "local": {
            "type": "Identifier",
            "start": 44,
            "end": 48,
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "guid"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 56,
        "end": 73,
        "loc": {
          "start": {
            "line": 2,
            "column": 21
          },
          "end": {
            "line": 2,
            "column": 38
          }
        },
        "value": "../core/helpers",
        "rawValue": "../core/helpers",
        "raw": "'../core/helpers'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 76,
      "end": 1394,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 91,
        "end": 1394,
        "loc": {
          "start": {
            "line": 4,
            "column": 15
          },
          "end": {
            "line": 50,
            "column": 1
          }
        },
        "id": null,
        "superClass": {
          "type": "Identifier",
          "start": 105,
          "end": 117,
          "loc": {
            "start": {
              "line": 4,
              "column": 29
            },
            "end": {
              "line": 4,
              "column": 41
            }
          },
          "name": "EventEmitter"
        },
        "body": {
          "type": "ClassBody",
          "start": 118,
          "end": 1394,
          "loc": {
            "start": {
              "line": 4,
              "column": 42
            },
            "end": {
              "line": 50,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 125,
              "end": 356,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 14,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 125,
                "end": 136,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4
                  },
                  "end": {
                    "line": 6,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 136,
                "end": 356,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 15
                  },
                  "end": {
                    "line": 14,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 137,
                    "end": 149,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 16
                      },
                      "end": {
                        "line": 6,
                        "column": 28
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 137,
                      "end": 144,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 16
                        },
                        "end": {
                          "line": 6,
                          "column": 23
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 147,
                      "end": 149,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 26
                        },
                        "end": {
                          "line": 6,
                          "column": 28
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 151,
                  "end": 356,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 30
                    },
                    "end": {
                      "line": 14,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 161,
                      "end": 169,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 161,
                        "end": 168,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 161,
                          "end": 166,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 178,
                      "end": 195,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 178,
                        "end": 194,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 178,
                          "end": 185,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 178,
                            "end": 182,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 183,
                            "end": 185,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 15
                              }
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 188,
                          "end": 194,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 18
                            },
                            "end": {
                              "line": 8,
                              "column": 24
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 188,
                            "end": 192,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 18
                              },
                              "end": {
                                "line": 8,
                                "column": 22
                              }
                            },
                            "name": "guid"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 204,
                      "end": 223,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 204,
                        "end": 222,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 204,
                          "end": 214,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 204,
                            "end": 208,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 209,
                            "end": 214,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 18
                              }
                            },
                            "name": "alive"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 217,
                          "end": 222,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 21
                            },
                            "end": {
                              "line": 9,
                              "column": 26
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 232,
                      "end": 255,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 232,
                        "end": 254,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 232,
                          "end": 244,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 232,
                            "end": 236,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 237,
                            "end": 244,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 247,
                          "end": 254,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 23
                            },
                            "end": {
                              "line": 10,
                              "column": 30
                            }
                          },
                          "name": "options"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 264,
                      "end": 288,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 264,
                        "end": 287,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 264,
                          "end": 275,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 264,
                            "end": 268,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 269,
                            "end": 275,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 19
                              }
                            },
                            "name": "socket"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 278,
                          "end": 287,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 22
                            },
                            "end": {
                              "line": 11,
                              "column": 31
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 297,
                      "end": 320,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 297,
                        "end": 319,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 297,
                          "end": 307,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 297,
                            "end": 301,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 302,
                            "end": 307,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 18
                              }
                            },
                            "name": "tasks"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 310,
                          "end": 319,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 21
                            },
                            "end": {
                              "line": 12,
                              "column": 30
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 314,
                            "end": 317,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 25
                              },
                              "end": {
                                "line": 12,
                                "column": 28
                              }
                            },
                            "name": "Map"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 329,
                      "end": 350,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 329,
                        "end": 349,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 329,
                          "end": 337,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 329,
                            "end": 333,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 334,
                            "end": 337,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 16
                              }
                            },
                            "name": "url"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 340,
                          "end": 349,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 19
                            },
                            "end": {
                              "line": 13,
                              "column": 28
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 362,
              "end": 460,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 4
                },
                "end": {
                  "line": 18,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 362,
                "end": 369,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 11
                  }
                },
                "name": "execute"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 369,
                "end": 460,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 11
                  },
                  "end": {
                    "line": 18,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 370,
                    "end": 374,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 12
                      },
                      "end": {
                        "line": 16,
                        "column": 16
                      }
                    },
                    "name": "task"
                  },
                  {
                    "type": "Identifier",
                    "start": 376,
                    "end": 383,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 18
                      },
                      "end": {
                        "line": 16,
                        "column": 25
                      }
                    },
                    "name": "factory"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 385,
                  "end": 460,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 27
                    },
                    "end": {
                      "line": 18,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 395,
                      "end": 454,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 67
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 402,
                        "end": 453,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 15
                          },
                          "end": {
                            "line": 17,
                            "column": 66
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 402,
                          "end": 414,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 15
                            },
                            "end": {
                              "line": 17,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 402,
                            "end": 406,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 15
                              },
                              "end": {
                                "line": 17,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 407,
                            "end": 414,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 20
                              },
                              "end": {
                                "line": 17,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 415,
                            "end": 443,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 28
                              },
                              "end": {
                                "line": 17,
                                "column": 56
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 417,
                                "end": 435,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 48
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 417,
                                  "end": 424,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 37
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 426,
                                  "end": 435,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 48
                                    }
                                  },
                                  "value": "Execute",
                                  "rawValue": "Execute",
                                  "raw": "'Execute'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 437,
                                "end": 441,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 54
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 437,
                                  "end": 441,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 54
                                    }
                                  },
                                  "name": "task"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 437,
                                  "end": 441,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 54
                                    }
                                  },
                                  "name": "task"
                                }
                              }
                            ]
                          },
                          {
                            "type": "Identifier",
                            "start": 445,
                            "end": 452,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 58
                              },
                              "end": {
                                "line": 17,
                                "column": 65
                              }
                            },
                            "name": "factory"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 466,
              "end": 627,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 4
                },
                "end": {
                  "line": 23,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 466,
                "end": 472,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 4
                  },
                  "end": {
                    "line": 20,
                    "column": 10
                  }
                },
                "name": "result"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 472,
                "end": 627,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 10
                  },
                  "end": {
                    "line": 23,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 473,
                    "end": 477,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 11
                      },
                      "end": {
                        "line": 20,
                        "column": 15
                      }
                    },
                    "name": "task"
                  },
                  {
                    "type": "Identifier",
                    "start": 479,
                    "end": 486,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 17
                      },
                      "end": {
                        "line": 20,
                        "column": 24
                      }
                    },
                    "name": "factory"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 488,
                  "end": 627,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 26
                    },
                    "end": {
                      "line": 23,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 498,
                      "end": 621,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 46
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 505,
                        "end": 620,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 15
                          },
                          "end": {
                            "line": 22,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 505,
                          "end": 592,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 15
                            },
                            "end": {
                              "line": 22,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 505,
                            "end": 574,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 15
                              },
                              "end": {
                                "line": 21,
                                "column": 84
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 505,
                              "end": 517,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 15
                                },
                                "end": {
                                  "line": 21,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 505,
                                "end": 509,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 510,
                                "end": 517,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 27
                                  }
                                },
                                "name": "request"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 518,
                                "end": 564,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 74
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 520,
                                    "end": 538,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 48
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 520,
                                      "end": 527,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 37
                                        }
                                      },
                                      "name": "command"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 529,
                                      "end": 538,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 48
                                        }
                                      },
                                      "value": "Execute",
                                      "rawValue": "Execute",
                                      "raw": "'Execute'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 540,
                                    "end": 562,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 72
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 540,
                                      "end": 544,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 54
                                        }
                                      },
                                      "name": "task"
                                    },
                                    "value": {
                                      "type": "BinaryExpression",
                                      "start": 546,
                                      "end": 562,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 72
                                        }
                                      },
                                      "left": {
                                        "type": "Literal",
                                        "start": 546,
                                        "end": 555,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 65
                                          }
                                        },
                                        "value": "RETURN ",
                                        "rawValue": "RETURN ",
                                        "raw": "'RETURN '"
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 558,
                                        "end": 562,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 72
                                          }
                                        },
                                        "name": "task"
                                      }
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              {
                                "type": "Identifier",
                                "start": 566,
                                "end": 573,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 83
                                  }
                                },
                                "name": "factory"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 588,
                            "end": 592,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13
                              },
                              "end": {
                                "line": 22,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 593,
                            "end": 619,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 18
                              },
                              "end": {
                                "line": 22,
                                "column": 44
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 593,
                                "end": 600,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 25
                                  }
                                },
                                "name": "context"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 604,
                              "end": 619,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 29
                                },
                                "end": {
                                  "line": 22,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 604,
                                "end": 611,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 36
                                  }
                                },
                                "name": "context"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 612,
                                "end": 619,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 44
                                  }
                                },
                                "name": "results"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 633,
              "end": 771,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 4
                },
                "end": {
                  "line": 27,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 633,
                "end": 648,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 4
                  },
                  "end": {
                    "line": 25,
                    "column": 19
                  }
                },
                "name": "setVerboseLevel"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 648,
                "end": 771,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 19
                  },
                  "end": {
                    "line": 27,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 649,
                    "end": 654,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 20
                      },
                      "end": {
                        "line": 25,
                        "column": 25
                      }
                    },
                    "name": "level"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 656,
                  "end": 771,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 27
                    },
                    "end": {
                      "line": 27,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 666,
                      "end": 765,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 107
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 673,
                        "end": 764,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 15
                          },
                          "end": {
                            "line": 26,
                            "column": 106
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 673,
                          "end": 685,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 15
                            },
                            "end": {
                              "line": 26,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 673,
                            "end": 677,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 15
                              },
                              "end": {
                                "line": 26,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 678,
                            "end": 685,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 20
                              },
                              "end": {
                                "line": 26,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 686,
                            "end": 763,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 28
                              },
                              "end": {
                                "line": 26,
                                "column": 105
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 687,
                                "end": 705,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 687,
                                  "end": 694,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 36
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 696,
                                  "end": 705,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 47
                                    }
                                  },
                                  "value": "Execute",
                                  "rawValue": "Execute",
                                  "raw": "'Execute'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 707,
                                "end": 762,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 104
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 707,
                                  "end": 711,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 53
                                    }
                                  },
                                  "name": "task"
                                },
                                "value": {
                                  "type": "BinaryExpression",
                                  "start": 713,
                                  "end": 762,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 104
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 713,
                                    "end": 755,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 97
                                      }
                                    },
                                    "left": {
                                      "type": "Literal",
                                      "start": 713,
                                      "end": 736,
                                      "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": 740,
                                      "end": 754,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 82
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 96
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 740,
                                        "end": 745,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 82
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 87
                                          }
                                        },
                                        "name": "level"
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "Literal",
                                        "start": 749,
                                        "end": 754,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 96
                                          }
                                        },
                                        "value": 16391,
                                        "rawValue": 16391,
                                        "raw": "16391"
                                      },
                                      "parenthesizedExpression": true
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 758,
                                    "end": 762,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 100
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 104
                                      }
                                    },
                                    "value": ");",
                                    "rawValue": ");",
                                    "raw": "');'"
                                  }
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 777,
              "end": 937,
              "loc": {
                "start": {
                  "line": 29,
                  "column": 4
                },
                "end": {
                  "line": 32,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 777,
                "end": 780,
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 4
                  },
                  "end": {
                    "line": 29,
                    "column": 7
                  }
                },
                "name": "log"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 780,
                "end": 937,
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 7
                  },
                  "end": {
                    "line": 32,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 783,
                  "end": 937,
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 10
                    },
                    "end": {
                      "line": 32,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 793,
                      "end": 931,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 50
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 800,
                        "end": 930,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 15
                          },
                          "end": {
                            "line": 31,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 800,
                          "end": 898,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 15
                            },
                            "end": {
                              "line": 31,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 800,
                            "end": 880,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 15
                              },
                              "end": {
                                "line": 30,
                                "column": 95
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 800,
                              "end": 812,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 15
                                },
                                "end": {
                                  "line": 30,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 800,
                                "end": 804,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 805,
                                "end": 812,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 27
                                  }
                                },
                                "name": "request"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 813,
                                "end": 879,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 94
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 814,
                                    "end": 832,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 47
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 814,
                                      "end": 821,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 36
                                        }
                                      },
                                      "name": "command"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 823,
                                      "end": 832,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 47
                                        }
                                      },
                                      "value": "Execute",
                                      "rawValue": "Execute",
                                      "raw": "'Execute'"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 834,
                                    "end": 878,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 93
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 834,
                                      "end": 838,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 53
                                        }
                                      },
                                      "name": "task"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 840,
                                      "end": 878,
                                      "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": 894,
                            "end": 898,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 899,
                            "end": 929,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 18
                              },
                              "end": {
                                "line": 31,
                                "column": 48
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 899,
                                "end": 906,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 25
                                  }
                                },
                                "name": "context"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 910,
                              "end": 929,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 29
                                },
                                "end": {
                                  "line": 31,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 910,
                                "end": 917,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 36
                                  }
                                },
                                "name": "context"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 918,
                                "end": 929,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 48
                                  }
                                },
                                "name": "firstResult"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 943,
              "end": 1046,
              "loc": {
                "start": {
                  "line": 34,
                  "column": 4
                },
                "end": {
                  "line": 36,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 943,
                "end": 951,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 4
                  },
                  "end": {
                    "line": 34,
                    "column": 12
                  }
                },
                "name": "resetLog"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 951,
                "end": 1046,
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 12
                  },
                  "end": {
                    "line": 36,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 954,
                  "end": 1046,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 15
                    },
                    "end": {
                      "line": 36,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 964,
                      "end": 1040,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 84
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 971,
                        "end": 1039,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 15
                          },
                          "end": {
                            "line": 35,
                            "column": 83
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 971,
                          "end": 983,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 15
                            },
                            "end": {
                              "line": 35,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 971,
                            "end": 975,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 15
                              },
                              "end": {
                                "line": 35,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 976,
                            "end": 983,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 20
                              },
                              "end": {
                                "line": 35,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 984,
                            "end": 1038,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 28
                              },
                              "end": {
                                "line": 35,
                                "column": 82
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 985,
                                "end": 1003,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 985,
                                  "end": 992,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 36
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 994,
                                  "end": 1003,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 47
                                    }
                                  },
                                  "value": "Execute",
                                  "rawValue": "Execute",
                                  "raw": "'Execute'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1005,
                                "end": 1037,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 81
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1005,
                                  "end": 1009,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 53
                                    }
                                  },
                                  "name": "task"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1011,
                                  "end": 1037,
                                  "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": 1052,
              "end": 1176,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 4
                },
                "end": {
                  "line": 41,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1052,
                "end": 1060,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 4
                  },
                  "end": {
                    "line": 38,
                    "column": 12
                  }
                },
                "name": "getState"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1060,
                "end": 1176,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 12
                  },
                  "end": {
                    "line": 41,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1063,
                  "end": 1176,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 15
                    },
                    "end": {
                      "line": 41,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1073,
                      "end": 1170,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 50
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1080,
                        "end": 1169,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 15
                          },
                          "end": {
                            "line": 40,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1080,
                          "end": 1137,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 15
                            },
                            "end": {
                              "line": 40,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1080,
                            "end": 1119,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 15
                              },
                              "end": {
                                "line": 39,
                                "column": 54
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1080,
                              "end": 1092,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 15
                                },
                                "end": {
                                  "line": 39,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1080,
                                "end": 1084,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1085,
                                "end": 1092,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 27
                                  }
                                },
                                "name": "request"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 1093,
                                "end": 1118,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 53
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 1095,
                                    "end": 1116,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 51
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 1095,
                                      "end": 1102,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 37
                                        }
                                      },
                                      "name": "command"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 1104,
                                      "end": 1116,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 51
                                        }
                                      },
                                      "value": "StoreState",
                                      "rawValue": "StoreState",
                                      "raw": "'StoreState'"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1133,
                            "end": 1137,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 40,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1138,
                            "end": 1168,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 18
                              },
                              "end": {
                                "line": 40,
                                "column": 48
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1138,
                                "end": 1145,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 25
                                  }
                                },
                                "name": "context"
                              }
                            ],
                            "body": {
                              "type": "MemberExpression",
                              "start": 1149,
                              "end": 1168,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 29
                                },
                                "end": {
                                  "line": 40,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1149,
                                "end": 1156,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 36
                                  }
                                },
                                "name": "context"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1157,
                                "end": 1168,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 48
                                  }
                                },
                                "name": "firstResult"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1182,
              "end": 1318,
              "loc": {
                "start": {
                  "line": 43,
                  "column": 4
                },
                "end": {
                  "line": 45,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1182,
                "end": 1190,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 43,
                    "column": 12
                  }
                },
                "name": "setState"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1190,
                "end": 1318,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 12
                  },
                  "end": {
                    "line": 45,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1191,
                    "end": 1195,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 13
                      },
                      "end": {
                        "line": 43,
                        "column": 17
                      }
                    },
                    "name": "data"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1197,
                    "end": 1219,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 19
                      },
                      "end": {
                        "line": 43,
                        "column": 41
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 1197,
                      "end": 1211,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 19
                        },
                        "end": {
                          "line": 43,
                          "column": 33
                        }
                      },
                      "name": "updateGraphics"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 1214,
                      "end": 1219,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 36
                        },
                        "end": {
                          "line": 43,
                          "column": 41
                        }
                      },
                      "value": false,
                      "rawValue": false,
                      "raw": "false"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1221,
                  "end": 1318,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 43
                    },
                    "end": {
                      "line": 45,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1231,
                      "end": 1312,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 89
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1238,
                        "end": 1312,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 15
                          },
                          "end": {
                            "line": 44,
                            "column": 89
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1238,
                          "end": 1250,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 15
                            },
                            "end": {
                              "line": 44,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1238,
                            "end": 1242,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 15
                              },
                              "end": {
                                "line": 44,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1243,
                            "end": 1250,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 20
                              },
                              "end": {
                                "line": 44,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1251,
                            "end": 1311,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 28
                              },
                              "end": {
                                "line": 44,
                                "column": 88
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1253,
                                "end": 1273,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 50
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1253,
                                  "end": 1260,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 37
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1262,
                                  "end": 1273,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 50
                                    }
                                  },
                                  "value": "LoadState",
                                  "rawValue": "LoadState",
                                  "raw": "'LoadState'"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1275,
                                "end": 1279,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 56
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1275,
                                  "end": 1279,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1275,
                                  "end": 1279,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 1281,
                                "end": 1294,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 71
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1281,
                                  "end": 1287,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 64
                                    }
                                  },
                                  "name": "recalc"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1289,
                                  "end": 1294,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 71
                                    }
                                  },
                                  "value": false,
                                  "rawValue": false,
                                  "raw": "false"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 1296,
                                "end": 1310,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 87
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1296,
                                  "end": 1310,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 87
                                    }
                                  },
                                  "name": "updateGraphics"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 1296,
                                  "end": 1310,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 87
                                    }
                                  },
                                  "name": "updateGraphics"
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1324,
              "end": 1392,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 4
                },
                "end": {
                  "line": 49,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1324,
                "end": 1330,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 4
                  },
                  "end": {
                    "line": 47,
                    "column": 10
                  }
                },
                "name": "recalc"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1330,
                "end": 1392,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 10
                  },
                  "end": {
                    "line": 49,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1333,
                  "end": 1392,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 13
                    },
                    "end": {
                      "line": 49,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1343,
                      "end": 1386,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 51
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1350,
                        "end": 1385,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 15
                          },
                          "end": {
                            "line": 48,
                            "column": 50
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1350,
                          "end": 1362,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 15
                            },
                            "end": {
                              "line": 48,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1350,
                            "end": 1354,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 15
                              },
                              "end": {
                                "line": 48,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1355,
                            "end": 1362,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 20
                              },
                              "end": {
                                "line": 48,
                                "column": 27
                              }
                            },
                            "name": "request"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1363,
                            "end": 1384,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 28
                              },
                              "end": {
                                "line": 48,
                                "column": 49
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1365,
                                "end": 1382,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 1365,
                                  "end": 1372,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 37
                                    }
                                  },
                                  "name": "command"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 1374,
                                  "end": 1382,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 47
                                    }
                                  },
                                  "value": "Recalc",
                                  "rawValue": "Recalc",
                                  "raw": "'Recalc'"
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}