public IHtmlString Render()
 {
     return(Scripts.Render(_paths.AsEnumerable().Select(path => _helper.VersionedContent(path)).ToArray()));
 }