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