public string Invoke(DeployContext model) { provider.StopAppPool(model.AppPoolName); return($"Stop app pool {model.AppPoolName} succeed"); }