class ZuoraConnect::ZuoraUser

def stale_identity?

need to investigate when exactly the identity_response should be updated
NOTE(hartley): this value was extracted from original usage in helper,
def stale_identity?
  updated_at < Time.now - 1.day
end