protected override void OnStart(string[] args) { ServiceWrapper.Start(); }
protected override void OnStop() { ServiceWrapper.Stop(); }