public void LinqAF() { foreach (var item in Source1.Zip(Source2, ResultSelector)) { GC.KeepAlive(item); } }