@Override public void rotate(DeviceRotation deviceRotation) { ((Rotatable) super.getWrappedDriver()).rotate(deviceRotation); }
@Override public DeviceRotation rotation() { return ((Rotatable) super.getWrappedDriver()).rotation(); }