def __init__()

in message_flow/sagas/participant/plugin_reply_builder.py [0:0]


    def __init__(self, command_message: CommandMessage) -> None:
        self._command_message = command_message

        self._routing_info, self._destination = self._extract_routing_info()