public async Task <IActionResult> DataLake() { DataLakeViewModel model = await _demoService.AccessDataLake(); return(View(model)); }