``` %Agala.Thor.Command{ command: string, payload: Map.t } ``` If this structure comes from previous chain, it can be pushed to Thor like handler: ``` defmodule Handler use Agala.Thor @desc "my method" def my_method() do :something end end ```