private void BtnViewResponse_Click(object sender, EventArgs e)
        {
            Form frm = new JSONViewer(_lastJsonResponse);

            frm.Show();
        }