Some functions expect an Action as an argument which I don't need in some cases. Is there a predefined no-op Action comparable to the following?
Action
Action NoOp = () => {};