namespace Assets._Project.Develop.Runtime.Infrastructure.DI { public interface IRegistrationOptions { void NonLazy(); } }