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