public bool ActivateDeviceLicense(int device_license_id) { return(_devicesRepository.ActivateDeviceLicense(device_license_id)); }