using Autofac; namespace HybirdFrameworkServices.System; public class AppInfo { public static IContainer Container { get; set; } }