class Attio::Thread

def resource_path

def resource_path
  thread_id = extract_thread_id
  "#{self.class.resource_path}/#{thread_id}"
end