constructor(calibrationOptions?: CalibrationOptions) {
        super(calibrationOptions);
        this.once('build', this._onBuild.bind(this));
    }