public void BST_Find_Max_Tests()
        {
            var result = intBinaryTree.GetMaximum();

            Assert.IsNotNull(result);
        }