/// <inheritdoc />
 public int CompareTo(GuidFor <TEntity> other)
 {
     return(Value.CompareTo(other.Value));
 }
 /// <inheritdoc />
 public bool Equals(GuidFor <TEntity> other)
 {
     return(Value.Equals(other.Value));
 }