public async Task DesactivateAsync(int familyId) { //TODO Check admin/owner authentication. await _familyRepository.DesactivateAsync(familyId); }