export interface GetOrderStatusRequest {
    AccountId?: number;
    OrderId?: number;
}
