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