== Quote from Kirk McDonald (kirklin.mcdonald at gmail.com)'s article
> If you want a delegate with a more persistent context
> void foo() {
Doesn't this solution only work because the newed and collected
memory is not overwritten? Therefore "more persistent" only means
until it is overwritten?
Shouldn't one code
> static void foo() {