/// <inheritdoc />
 public TEdge OutEdge(TVertex vertex, int index)
 {
     return(_baseGraph.OutEdge(vertex, index));
 }