public Task PreLoadAsync(SleetOperations operations) { return(RootIndexFile.FetchAsync(_context.Log, _context.Token)); }
public Task FetchAsync() { return(RootIndexFile.FetchAsync(_context.Log, _context.Token)); }