public async Task <IEnumerable <Inspection> > GetAll() { return(await _inspectionRepository.GetAllAsync()); }