public FutureBase(FutureBase rhs) : this(AppUtilPINVOKE.new_FutureBase__SWIG_1(FutureBase.getCPtr(rhs)), true)
 {
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(FutureBase obj)
 {
     return((obj != null) ? obj.swigCPtr : new HandleRef(null, IntPtr.Zero));
 }