namespace GFramework.Core.Tests.Architectures; /// /// 为 提供的测试事件载荷。 /// public sealed class TestEventV2 { /// /// 获取或设置测试事件数据。 /// public int Data { get; init; } }