I am creating expression tree and there is a situation where I need to create one lambda in another lambda and store inner one in a class and add that class in expression tree.
This is simple example of what I am trying to do (this code does not compile):...