An Event Subscriber in C#

This class’s purpose is to add testability to event subscription and unsubscription.  Using this class instead of the += operator to subscribe to an event enables one to write a unit test proving the event has been subscribed to or unsubscribed to by the tested unit.

https://github.com/spearson/xofz.Core98/blob/master/xofz.Core98/Framework/EventSubscriber.cs