public async Task <Stream> GetAsync(string name) { var stream = await NextProvider.GetAsync(name); return(await OnGetAsync(stream)); }