This is a guess 🙂
Is it because the ID is a string? What happens if you change it to int?
I mean:
public int Id { get; set; }
This is a guess 🙂
Is it because the ID is a string? What happens if you change it to int?
I mean:
public int Id { get; set; }