public async Task <bool> SaveInspectionAsync(string inspection) { return(await _inspectionRepository.SaveInspectionAsync(inspection)); }