endSession

abstract fun endSession(onResult: (LogoutResponse) -> Unit)
abstract val endSession: LiveData<Event<AppModel.Result<LogoutResponse>>>