public GatewayConnectionException(string exceptionMessage, OrderException innerException) : base(exceptionMessage, innerException)
 {
 }
 public OrderException(string exceptionMessage, OrderException innerException) :
     base(exceptionMessage, innerException)
 {
 }