protected override void OnStart(string[] args)
 {
     WriteLog.WriteServerLogs("Start..");
     SendCmd sc = new SendCmd();
     sc.Start();
     
 }
 protected override void OnPause()
 {
     base.OnPause();
     SendCmd sc = new SendCmd();
     sc.Start();
 }