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