def get_state_hash(self): return CaseStateHash( Checksum(self.get_footprint_of_cases_on_phone()).hexdigest())
def _get_hash(ids): return Checksum(list(ids)).hexdigest()