value: function handleMessage(attrName) {
      if (this[attrName]) {
        this.unhandled = this.unhandled.filter(function (name) {
          return name != attrName;
        });