protected Stub onConsecutiveCalls( Stub stub1, Stub stub2, Stub stub3 ) {
return new StubSequence(new Stub[]{stub1, stub2, stub3});
}
protected Stub onConsecutiveCalls( Stub stub1, Stub stub2, Stub stub3, Stub stub4 ) {
return new StubSequence(new Stub[]{stub1, stub2, stub3, stub4});
}