private void GenerateEmail(ServiceControllerContainer value)
 {
     EmailManager.CreateServiceStatusEmail(value.ServiceInfo, log);
 }