public TrackBuilder(TrackingOptions options) { _options = options; _filter = new TrackingFilter(options); }