suspend fun ConsulClient.listNodeSessionsAwait(nodeId: String): SessionList
Returns the active sessions for a given node
nodeId - the ID of node
nodeId
resultHandler - will be provided with list of sessions
resultHandler
Returnreference to this, for fluency *