public AppsGetDLCDataByIndexResult GetDLCDataByIndex(int iDLC)
        {
            AppsGetDLCDataByIndexResult result = new AppsGetDLCDataByIndexResult();

            result.Result = GetDLCDataByIndex(iDLC, out result.AppID, out result.Available, out result.Name);

            return(result);
        }
        public AppsGetDLCDataByIndexResult GetDLCDataByIndex(int iDLC)
        {
            AppsGetDLCDataByIndexResult result = new AppsGetDLCDataByIndexResult();

            result.Result = GetDLCDataByIndex(iDLC, out result.AppID, out result.Available, out result.Name);

            return result;
        }