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