API Interface for loading and unloading Content files.
| GetContentFiles | Returns all the ContentFile handles associated with the provided ContentNamespace. | 
| GetSceneFiles | An array of all the ContentSceneFiles associated with the ContentNamespace. | 
| LoadContentFileAsync | Loads a serialized file asynchronously from disk. | 
| LoadSceneAsync | Loads a scene serialized file asynchronously from disk. |