List<String> getControlActions() { if (!isValid()) { throw new ResponseInvalidException(); } else { return _controlActions; } }