I have a method like following.
protected async Task IsExist(Category entity) { return await _context.Cateogries.AnyAsync(s => s.In