protected RealExBaseRequest(string secret, string merchantId, string account, string orderId, Comments comments) { TimeStamp = DateTime.UtcNow.ToString("yyyyMMddHHmmss"); OrderId = orderId; MerchantId = merchantId; Account = account; Secret = secret; Comments = comments; }