Future<void> setDeviceModel(String deviceModel) async { return await _cosApi.setDeviceModel(deviceModel); }