namespace Matchmaking;public class Player{ public string GamerTag { get; set; } = string.Empty; public int MMR { get; set; } public string Status { get; set; } = string.Empty;}