public async Task <ActionResult <List <CampusForReturnDto> > > List() { return(await campuseService.GetCampusListAsync()); }