public async Task RegisterDevices(IEnumerable <Device> devices) { _logger.LogInformation("Registering devices to the storage..."); await _storage.AddDevices(devices); }