Fetch a venue by its administrative id
id
MPVenue? getVenueByAdminId(String id) { return _adminIdMap[id]; }