MenuServiceMessages: {
    CREATE_ITEM: string;
    GET_AVAILABLE_ITEMS: string;
    GET_ITEM_BY_NAME: string;
    GET_ITEMS: string;
    UPDATE_ITEM: string;
} = ...

Different messages handled by the menu microservice