public static BatchLoader LoadWithDependencies(string path, BKAction <string> onComplete = null, bool cache = false) { return(impl.LoadWithDependencies(path, onComplete, cache)); }