namespace Entities { class Stock { public string Symbol { get; set; } = ""; public float Score { get; set; } = 0; } }