public void Extract_GetClassWithDefaultParameterShouldHaveHeight()
 {
     using (var reader = MockSnapshots.GetClassWithDefaultParameterAbstractSyntaxTreeReader())
     {
         var node = Extractor.Extract(reader);
         Assert.AreEqual(MockSnapshots.GetClassWithDefaultParameterHeight(), node.Height);
     }
 }