namespace Namespace;

public class Tests
{
    [Fact]
    public async Task TestAsyncWithTaskReturn()
    {
        Assert.Equal(true, false);
    }
}
