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