Beispiel #1
0
 private async Task HaveConversation(TestConnection connection, IEnumerable <Txn> conversation)
 {
     foreach (Txn txn in conversation)
     {
         await connection.ConverseAsync(txn);
     }
 }