The method will repeat twice
IMethodOptions Twice()
The method will repeat once.
IMethodOptions Once()
IMethodOptions AtLeastOnce()
Repeat the method any number of times.
IMethodOptions Any()
Repeat the method the specified number of time between min & max.
IMethodOptions Times( int min, int max )
This method must not appear in the replay state.
IMethodOptions Never()