/// <summary> /// Removes the given element from the collection. /// </summary> /// <param name="element">The elemnt to remove.</param> public void Remove(HandlerConfiguration element) { BaseRemove(element.AssemblyName); }