Cached Result
System.Collections.Generic.IEnumerable`1[Oi3uhq12409+someType]
System.Collections.Generic.List`1[Oi3uhq12409+someType]
First pass through the sequence:
{"Id":"1"}
{"Id":"2"}
{"Id":"3"}
{"Id":"4"}
{"Id":"5"}
Second pass through the sequence (should be the same as the first):
{"Id":"1"}
{"Id":"2"}
{"Id":"3"}
{"Id":"4"}
{"Id":"5"}
;