namespace AddressBookApiTests; public class Tests { [SetUp] public void Setup() { //testing } [Test] public void Test1() { Assert.Pass(); } }