using Xunit; namespace isn.tests { public class xunitTest1 { [Fact] void Test1() { } } }