public void GetConversationAction()
        {
            OwaStoreObjectId owaStoreObjectId = (OwaStoreObjectId)base.GetParameter("id");
            bool             flag             = ConversationUtilities.IsConversationIgnored(base.UserContext, owaStoreObjectId, null);

            this.SanitizingWriter.Write(flag ? "1" : "0");
        }