typedef ActionListenerCallback = void Function(Action
typedef ActionListenerCallable = Callable1<void, Action<Intent>>;