namespace Entities { class loginSession { public string UserName { get; set; } = ""; public List TrackedStocks { get; set; } = new List(); } }