public void BST_TREE_MIN_Tests()
        {
            var result = intBinaryTree.GetMinimum();

            Assert.IsNotNull(result);
        }