using System; using Xunit; namespace Testik { public class Tests { [Fact] public void Test1() { Assert.True(true); } } }