void IPurchaseTransactionsCommand.CreatePurchaseResponse(Guid orderId, string transactionId, PurchaseResponse response) { response.Prepare(); response.Validate(); _repository.CreatePurchaseResponse(orderId, transactionId, response); }