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