public void Remove(PluginHandlerConfigurationElement details)
 {
     if (BaseIndexOf(details) >= 0)
     {
         BaseRemove(details.PluginName);
     }
 }
 public int IndexOf(PluginHandlerConfigurationElement details)
 {
     return(BaseIndexOf(details));
 }