/// <inheritdoc />
 public bool ContainsVertex(TVertex vertex)
 {
     return(_baseGraph.ContainsVertex(vertex));
 }