public void WhenGetAllWithNullEventName_ThenThrows()
 {
     Assert.Throws <ArgumentNullException>(() => cache.GetAll(null));
 }