vmironov
override fun showProgressView() { ultraRecyclerView?.showProgressView() }
override fun showProgressView() = ultraRecyclerView?.showProgressView() ?: Unit