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