public void MaxBinaryHeapGetValueGuardCase3Test() { var heap = new MaxBinaryHeap <int, int>(); var result = heap.GetValue(0); }