Returns the data associated to the label, this is the producerId @returns producerId - Unique identifier for the producer
Map<String, String>? getLabelData(String label) { return _labelsToProducerId[label]; }