namespace EnvelopeGenerator.Tests.Application; public class DocSignedNotificationTest { [SetUp] public void Setup() { } [Test] public void Test1() { Assert.Pass(); } }