private bool Equals(SetThrottle other)
 {
     return Equals(_address, other._address) && _direction == other._direction && Equals(_mode, other._mode);
 }
 private bool Equals(SetThrottle other)
 {
     return(Equals(_address, other._address) && _direction == other._direction && Equals(_mode, other._mode));
 }