public void the_thrown_exception_is_untouched()
 {
     ProxiedInstance.ThrowException();
 }
 public void the_expected_exception_type_is_rethrown()
 {
     ProxiedInstance.ThrowException();
 }