I read an answer to a question on Stack Overflow that contained the following suggested code:
Action logAndEat = ex => { // Log Error
Variables captured by logAndEat would otherwise be parameters to the LogAndEat method. You could consider it a form of currying.
logAndEat
LogAndEat