public enum LoadRealityFileError: Error {
    case fileNotFound(String)
}
