* Initial work
* add todo
* Fix up errors
* More work on CustomQuestService
* Fix mistake
* Remove cloning work, its cancer
* clean-up
* Use TryAdd as a guard
* localize errors
* remove unused exception
* fix using
* fix not passing logging params
* Make mod loading non nullable, set certain properties to be read only after init
- Breaks all mods, will require new nugets
* Make mod assembly list IEnumerable
* Convert checks to IsNullOrEmpty
* Update comment, enforce ModGuid
Convert constructors into primary constructors
Simplified logic with use of ??, ??= and method groups
Cleaned up redundant conditional access qualifiers
* Updates `ModID` property to `ModGuid`
This will better align with what it's referred to elsewhere.
* Updated `ModGuid` Docblock
Updated the `ModGuid` docblock to reference the ideal use of reverse domain name notation.
* Updated `summary` to use `see` tag for reference link
* Updated `summary` to include line break
* Updated `summary` to include HTML line break