public void GetPlayerHealth_ShouldReturnCorrectNumber() { _player.Health = 135; _repo.AddPlayerToDirectory(_player); Console.WriteLine(_player.Health); }