protected override void OnStop()
 {
     ServiceHost <ServiceLibrary.Services.LogReceiverService> .Stop();
 }
 protected override void OnStart(string[] args)
 {
     ServiceHost <ServiceLibrary.Services.LogReceiverService> .Start();
 }