Get the models root directory
Future<String> getModelsDirectory() async { _ensureInitialized(); return path.join(_baseDirectory!.path, 'Models'); }