public bool IsEnabled(AutoStartEntry autoStart)
 {
     if (RegistryDisableService == null)
     {
         return(true);
     }
     return(RegistryDisableService.CanBeDisabled(autoStart));
 }
 public bool IsEnabled(AutoStartEntry autoStart)
 {
     return(RegistryDisableService.CanBeDisabled(autoStart));
 }