public bool AddBody(string value)
    {
        bool ret = ESLPINVOKE.ESLevent_AddBody(swigCPtr, value);

        return(ret);
    }