public void ThrowsException() { AppTest.Throws <ArgumentException>(Command.Name); }
public void CustomException() { AppTest.Throws <CustomException>(Command.Name); }