public TweakableManager(IScanner scanner, TweakerOptions options) { baseManager = new BaseTweakerManager <ITweakable>(scanner, options); scanner?.AddProcessor(new TweakableProcessor(options)); }