OrdersServiceMessages: {
    CREATE_ORDER: string;
    GET_ALL_ORDERS: string;
    GET_ORDER_BY_ID: string;
    PUT_ORDER: string;
} = ...

Different messages handled by the orders microservice