namespace Component { public interface IConfigInitialize { void Init(string dir); } }