/// <inheritdoc />
 public bool ContainsEdge(TEdge edge)
 {
     return(_baseGraph.ContainsEdge(edge));
 }