public IAssert Act(Action <IContext> action, string stepName)
 {
     _runner.AddAct(new ActTestStep(_context, action, Optional.From <string>(stepName)));
     return(new AssertWithContext(_context, _runner));
 }