If I have a Blazor component called DoAction that consists of nothing more than this...
DoAction
@code { public void DoItNow(Action action) => action