public TDDIAbstractODEPackage recv_ImportDDIModel()
            {
                TMessage msg = iprot_.ReadMessageBegin();

                if (msg.Type == TMessageType.Exception)
                {
                    TApplicationException x = TApplicationException.Read(iprot_);
                    iprot_.ReadMessageEnd();
                    throw x;
                }
                ImportDDIModel_result result = new ImportDDIModel_result();

                result.Read(iprot_);
                iprot_.ReadMessageEnd();
                if (result.__isset.success)
                {
                    return(result.Success);
                }
                if (result.__isset.ValidationFailedException)
                {
                    throw result.ValidationFailedException;
                }
                throw new TApplicationException(TApplicationException.ExceptionType.MissingResult, "ImportDDIModel failed: unknown result");
            }