public bool CanCancel() { return(_orderState.CanCancel(this)); }
public bool CanCancel() => _orderState.CanCancel(this);