namespace VContainer.Unity { public interface IPostStartable { void PostStart(); } }