public async Task <List <Application> > GetAll() { var applications = await _applicationsService.GetApplicationsAsync(); return(applications); }