public void ExecuteCommand_VerificationPasses_CommandIsExecuted() { using(var steps = new Steps()) { steps.ExecuteCommand(); steps.VerifyCommandWasExecuted(); } }