Often when mocking out behaviour of a class I will want to return a new `Stream` every time the method is called. To that end, it would be nice to have `returnStream` methods, paralleling the existing `returnIterator` methods.