public void When_SetTagWithInvalidValueAndName_Then_ExceptionThrown(string tagName, string tagValue) { Assert.ThrowsException <ArgumentException>(() => tagsCollection.SetTag(tagName, tagValue)); }