public async Task Create(BacklogItem backlogItem) { _context.BacklogItems.Add(backlogItem.ToEntity()); await _context.SaveChangesAsync(); }