public void CommandLineRunnerWillRunOperationsAsync() { var command = new ConsoleCommand { CommandFullLocation = "CommandLineUnitTester", Arguments = "wait" }; var runner = new ConsoleRunner(command); runner.BeginExecute(); }