namespace project_name.Tests;
using project_name;
public class UnitTest1
{
[Fact]
public void Test1()
Assert.True(true);
}