using PCC.Common.AssemblyInject.Interfaces; using PCC.Common.EventBus; namespace PCC.AppScaffold; internal class PccGuiEventBus(ILogger logger) : InProcessEventBusBase(logger), IAssemblyInjectSingleton;