public HotReload(ProcessRunner processRunner, IReporter reporter) { _staticFileHandler = new StaticFileHandler(reporter); _scopedCssFileHandler = new ScopedCssFileHandler(processRunner, reporter); _compilationHandler = new CompilationHandler(reporter); }