public void Remove(CheckWinServiceConfigurationElement pluginElement)
 {
     if (BaseIndexOf(pluginElement) >= 0)
     {
         BaseRemove(pluginElement.Name);
     }
 }
 public int IndexOf(CheckWinServiceConfigurationElement pluginElement)
 {
     return(BaseIndexOf(pluginElement));
 }
 public void Add(CheckWinServiceConfigurationElement pluginElement)
 {
     BaseAdd(pluginElement);
 }