Let me see if I'm understanding this. It creates a lambda then calls an extension on that lambda that is define inline as an anonymous function. Correct? So if this code were run, the lambda wouldn't actually be executed, just the anonymous function.