# Functions
NewManager returns a *Manager which uses the provided ServiceServiceClient to perform actions on Sessions and Connections on the Controller.
# Constants
ValidateSessionTimeout is the duration of the timeout when the worker queries the controller for the sessionId for which the connection is being requested.
# Variables
CloseCallTimeout is a timeout value
FIXME: This is really ugly -- but not as ugly as plumbing this value into the interface.
# Structs
ConnectionCloseData encapsulates the data we need to send via CloseConnection RPC to the controller.
ConnInfo defines the information about a connection attached to a session.