createAction

abstract fun createAction(action: String?): T
abstract fun createAction(action: String?, async: Boolean): T