using System.Threading.Tasks; using Xunit; namespace Payment.Samples { public class SampleManager_Tests : PaymentDomainTestBase { //private readonly SampleManager _sampleManager; public SampleManager_Tests() { //_sampleManager = GetRequiredService(); } [Fact] public async Task Method1Async() { } } }