As we all know, we can create an EventHandler and add methods to it N number of times. Like:
// Declare and EventHandler public event EventHandler
Delegates are removed by equality, so you're not removing anything from the invocation list because nothing in the invocation list would be null.
null