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