The way the azmaps.Map instance is internally stored doesn't allow for the library to support multiple AzureMap components.
Instead of a single static instance inside the Core class, a dictionary holding component Ids and azmaps.Map instances should be used.