def save!
    response = if new_record?
                 requires :topic_id, :user_id, :body

                 cistern.create_topic_comment('topic_comment' => attributes)