public void Prepend_IsTerminalShouldBeFalse()
 {
     Root.Prepend(Child);
     Assert.IsFalse(Root.Terminal);
 }