using Prism.Events; namespace MaterialModernWPF.Service { public class CalculationPackageSelectionChangedEvent : PubSubEvent<(Package, bool)> { } }