// Copyright (c) 2025-2026 GeWuYou // SPDX-License-Identifier: Apache-2.0 namespace GFramework.Core.Tests.Ioc; /// /// 不实现优先级的服务 /// public sealed class NonPrioritizedService : IMixedService { /// /// 获取或设置服务名称 /// public string? Name { get; set; } }