public void CanSuspendTransactionOnNotSupportedWithNestedRequired()
 {
     Service1.ServiceMethodWithNotSupported3();
 }
 public void CanSuspendTransactionOnNotSupported()
 {
     Service1.ServiceMethodWithNotSupported1();
 }