using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace UnitTests{
    [TestClass]
    class Test{
        [TestMethod]
        private void TestMethod(){
            
        }
    }
}