public bool Equals(OrderBase token) { return this == token; }
public bool Equals(OrderBase token) { return(this == token); }