public class UserProfile { public int Id { get; set; } public string KratosId { get; set; } = ""; // link to Kratos user public string FullName { get; set; } = ""; public string NationalId { get; set; } = ""; }