function(err, data) {
      if (typeof callback === "function") {
        callback(err, this.parseHeading(data));
      }
    }.bind(this)