protected override void OnStop()
 {
     ServiceAHost.StopService();
 }
 static void JerichoServiceInitializer_OnGuiOrConsoleStart(object sender, JerichoServiceEventArgs e)
 {
     ServiceAHost.StartService();
 }
 protected override void OnStart(string[] args)
 {
     ServiceAHost.StartService();
 }