public static GetOrderReply GetOrder(int id)
 {
     return(Client.GetOrder(new GetOrderRequest
     {
         Id = id
     }));
 }