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