| EventArgsT | Generic version of EventArgs that can take on any class. |
| InitializeAsyncNotCompletedException | Thrown when a Constructor requires Async method calls, that are completed in a InitializeAsync() method (can't be called in the construcotr b/c constructors can not be marked async), but the user doesn't not call InitializeAsync(). |
| Initializer | |
| NamespaceGroupDoc | |
| ScoposException | |
| Settings | Globally used values, such as the x api key to use when making Rest API calls. |
| XApiKeyNotSetException | Thrown when a user tries to instantiate a API Client and the X API Key has not been set. |