public override void Init()
 {
     base.Init();
     if (config != null)
     {
         config.Init();
     }
 }