public FluentExpectation <T> ThenReturns(params T[] value) { expectation.ThenReturn(value); return(this); }