static async getGeostoreFromWDPAID(wdpaId) {
        const uri = `/v2/geostore/wdpa/${wdpaId}`;
        const response = await ctRegisterMicroservice.requestToMicroservice({
            uri,
            method: 'GET',