var Normalizer = function (headerChunk, options) {
    this._headerChunk = headerChunk;
    this._options = options || {};
};