public static string GetPageContent(this PageSource pageSource, string pageName) { return(pageSource.Content(pageName)); }
public static string GetPageContent(this PageSource pageSource, Path pageName) { return(pageSource.Content(pageName.ToString())); }