public static List <IndexModel> GetIndiceList()
        {
            var result = RestCall.GetIndexModel(_url, _indiceParameter);

            return(result);
        }