public override HelperResult RenderPage(string path, params object[] data)
 {
     return(ChildPage.RenderPage(NormalizePath(path), data));
 }