internal WindowsService( SystemGeneralConfigurationService element, string installationFullShortName )
 {
     this.element = element;
     this.installationFullShortName = installationFullShortName;
 }
 internal WindowsService(SystemGeneralConfigurationService element, string installationFullShortName)
 {
     this.element = element;
     this.installationFullShortName = installationFullShortName;
 }