template <typename Object> class BinaryTree : public InspectableBinaryTree<Object>, PositionalContainer<Object> { };