public HtmlHeadInjectionMiddleware(AppFunc inner, InjectionOptions options) { _inner = inner; _options = options; }