namespace UnitTesting.Test; public class StatsTest { [Test] public void TestWith3And4() { var stats = new Stats(); Assert.Pass(); } }