public void Calling_a_void_function_with_no_params_defined_in_prototype_is_called()
 {
     DynamicValue.MethodWithNoReturnValueOrParameters();
     Assert.True(DynamicValue.MethodWithNoReturnValueOrParametersWasCalled);
 }