using System; using Xunit; namespace Bit.Core.Test { public class UnitTest1 { [Fact] public void Test1() { Assert.True(true); } } }