public CommuterBootstrapper(IRootPathProvider rootPathProvider, IStaticContentBundler staticContentBundler, IStaticContentsConventionsAppender staticContentsConventionsAppender) { _rootPathProvider = rootPathProvider; _staticContentBundler = staticContentBundler; _staticContentsConventionsAppender = staticContentsConventionsAppender; }