private void OnComponentCheckIn(Component component, CheckInEventArgs args, EventPhases phase)
        {
            configManager = ConfigurationManager.GetInstance(component);

            string value = configManager["Publication"];

            Dictionary<string, string> configs = configManager.Configurations;
            string value2 = configs["Publication"];
        }
 private void OnTBBSavePre(TemplateBuildingBlock tbb, CheckInEventArgs args, EventPhases phase)
 {
     configManager = ConfigurationManager.GetInstance(tbb);
 }