using Xunit;
namespace CMSGame.Tests
{
public class UnitTest
[Fact]
public void Test()
Console.WriteLine("Are you going to test me out?");
}