public IScenarioThrowStateBuilder Throws(Exception exception)
 {
     if (exception == null)
     {
         throw new ArgumentNullException("exception");
     }
     return(new TestSpecificationBuilder(_context.SetThrows(exception)));
 }