public static void Publish(GetVouchersInformationResponse response, string jobIdentifier, string routingKey) { Responses.Add(response); Task.WaitAll(ResponseExchange.PublishAsync(response, jobIdentifier, routingKey)); }
private void InitializeTestData() { sampleGetVouchersInformationResponse = new GetVouchersInformationResponse { voucherInformation = new VoucherInformation[] { } }; }