// Copyright (c) 2025-2026 GeWuYou // SPDX-License-Identifier: Apache-2.0 using GFramework.Cqrs.Abstractions.Cqrs; namespace GFramework.Cqrs.Tests.Cqrs; /// /// 用于验证生成注册器路径的通知消息。 /// internal sealed record GeneratedRegistryNotification : INotification;