public void Throw(Exception exception) { _methodOptions.Throw(exception); }
static public void it_will_throw <R>(this IMethodOptions <R> options, Exception item) { options.Throw(item); }