public IPublishedContent GetCreateGroupPage() =>
 _documentTypeAliasProvider.GetGroupCreatePage()
 .Pipe(OverviewXPath.Append)
 .Pipe(GetContent);