public void DynamicProxyErrorTest()
 {
     dynamic dp = new DynamicProxy(new DynamicTestData());
     dp.DoNonExistentMethod();
 }