public async Task <bool> RunAsync() { await _transactionProcessor.ProcessAsync(new [] { new TransactionDto("abc", "id_martin", "302-7854018-4046743") }); return(true); }