public void Constructor()
 {
     var player = new Player("Name");
     Assert.AreEqual("Name", player.ToString());
 }