public string CreateOrder(string message) { var orderResponse = _orderApi.CreateOrder(message); return(orderResponse); }