public DS4StateExposed(DS4State state) { _state = state; }
public DS4StateExposed() { _state = new DS4State(); }