public async Task <DeviceModel> GetDeviceAsync(string deviceId)
 {
     return(await _deviceRegistryCrudRepository.GetDeviceAsync(deviceId));
 }