private void callCDPMethodToolStripMenuItem_Click(object sender, EventArgs e)
 {
     _scriptComponent.CallCdpMethod();
 }