public int SetDeviceStatus(string id, string status) { return(_deviceDao.SetDeviceStatus(id, status)); }