public IOfferWindowsInfrastructureOptions InstallFeature(string featureName)
 {
     _operation.AddWindowsFeature(featureName);
     return(this);
 }