public void Calling_a_function_when_there_is_no_function_defined_throws() { Assert.Throws <RuntimeBinderException>(() => DynamicValue.Foo()); }