I have two types:
public class DocumentEntityItem { public int Id { get; set; } public string Type { get; set; } } public partial class DocumentEnti