public void WhenSutIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => XElementExtensions.GetAttributeValue(null, "A"));
 }