namespace Kean.Infrastructure.Soap { /// /// Soap 配置项 /// public sealed class SoapOptions { /// /// 服务端集合 /// public ServiceCollection Services { get; internal set; } } }