public static void Should_Verify_Simple_Params() { dynamic client = new AmandaClient("http://localhost:15534/api"); Action doNothingForFactor = () => client.DoNothingFor(1, 2.5); doNothingForFactor.ShouldThrow<ArgumentException>(); }