public void UpdateDeviceInfo(DeviceId deviceId, DeviceInfo deviceInfo)
 {
     _persistenceProvider.AddOrUpdateDeviceInfos(deviceId, deviceInfo);
 }