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