# Functions
Close terminates connection to persistent storage.
GetAdapterName returns the name of the current adater.
IsOpen checks if persistent storage connection has been initialized.
Open initializes the persistence.
RegisterAdapter makes a persistence adapter available.
# Structs
MessageLog is a Message struct to hold methods for persistence mapping for the Message object.
SessionStore is a Session struct to hold methods for persistence mapping for the Session object.