public async Task <EntityState> AddDeviceToUser(string userId, Device device) { return(await _devicesRepository.AddDeviceToUser(userId, device)); }