using Xunit; namespace Server.Tests { public class EmptyTests { [Fact] public void EmptyTest() { Assert.True(true); } } }