public void andStubReturn(Object value) {
   try {
     state.andStubReturn(value);
   } catch (RuntimeExceptionWrapper e) {
     throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
   }
 }