public void AddAction_WhenNullIsSent_ShouldThrowArgumentNullException() { Assert.Throws <ArgumentNullException>(() => _underTest.AddAction(null)); }