public Device SetPublished(int deviceId, bool isPublished) { return(_dao.SetPublished(deviceId, isPublished)); }