```csharp // Does this need to be its own type? Why not Action<HelpContext>? public delegate void HelpSectionDelegate(HelpContext context); ```