I have a class / entity over project.
Entity example :
public class Project { public int Id { get; set; } public string? ProjectId { get; set; }