public void WhenAddSubscriptionWithNullSubscription_ThenThrows()
 {
     Assert.That(() => store.Add(null), Throws.ArgumentNullException);
 }