namespace Blue { /// /// 注入范围 /// public enum InjectScope { Singleton, Prototype } }