getAddress.Sequence.Tests.Tests.NextMethodThrowsExceptionIfSequencyCanNotBeFound C# (CSharp) Method

NextMethodThrowsExceptionIfSequencyCanNotBeFound() private method

private NextMethodThrowsExceptionIfSequencyCanNotBeFound ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public async Task NextMethodThrowsExceptionIfSequencyCanNotBeFound()
        {
            //var stateProvider = GetStateProvider();
            var stateProvider = new InMemoryStateProvider();

            var sequenceGenerator = new SequenceGenerator(stateProvider);


            var nextValue1 = await sequenceGenerator.NextAsync(new SequenceKey { Value = "1234"});
        }