this.reset = function () {
    eachSymbol(function (symbol) {
      context[symbol] && context[symbol]._reset && context[symbol]._reset()
    })
  }