using System; using Xunit; namespace CQRS_Simple.Tests { public class UnitTest1 { [Fact] public void Test1() { } } }