static async getGeostore(geostoreId) {
        logger.info('Getting geostore with id', geostoreId);
        try {
            const geostore = await RWAPIMicroservice.requestToMicroservice({
                uri: `/geostore/${geostoreId}`,