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