Hi soon
Actually you can use WillReturnCollectionValuesOf with any IEnumrble type
even simple array should work:
Isolate.WhenCalled(()=> fake.F()).WillReturnCollectionValuesOf(new [] {new HttpFileCollectionWrapper()});
WillReturnCollectionValuesOf will duck typing just like Swap.CallsOn.