public CalibrationPointStartRequest(int x, int y) : base(Protocol.CATEGORY_CALIBRATION, Protocol.CALIBRATION_REQUEST_POINTSTART) { Values = new CalibrationPointStartRequestValues(x, y); }