public override void Invoke(bool isSimulate, bool async) { log.Debug(this.ToString()); StateContainer.EnterCommanderPanel(); if (isSimulate) { sim.Mouse.MoveMouseTo(850 * xf, 710 * yf).Sleep(100).LeftButtonClick().Sleep(2000); } }