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