public void ExecuteCommand_VerificationFails_CommandIsNotExecuted() { using(var steps = new Steps()) { steps.ExecuteInvalidCommand(); steps.VerifyCommandWasNotExecuted(); steps.VerifyValidationExeceptionWasThrown(); } }