@override Future<DeviceDto?> modifyDataOwner(DeviceDto updatedDevice) { return deviceApi.updateDevice(updatedDevice); }