public async Task <bool> AddItemAsync(Item item) { _offerRepository.Add(item); items.Add(item); return(await Task.FromResult(true)); }