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