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