private async Task <List <Mod> > GetDataWithFile(string path) { return(await _dataLoader.GetFileAsync(path)); }