Provides the Service class, representing a connection to the
Anaplan Connect server, along with associated classes representing accessible resources on the server. It also contains a command-line utility program.
Software using this library should conform to the following pattern:
A new Service object is instantiated for the service endpoint.
The Service has any necessary properties set; in particular, service credentials need to be provided.
The Service object can be used to access Workspace objects, from which Model objects can be accessed, and so on. These are all tied to that Service object.
When all interaction has been completed, the Service.close() method should be called to release any resources.