public Task <BuildIntegratedProjectAction> PreviewBuildIntegratedProjectActionsAsync( IBuildIntegratedNuGetProject buildIntegratedProject, IEnumerable <NuGetProjectAction> nuGetProjectActions, INuGetProjectContext nuGetProjectContext, CancellationToken token) { return(packageManager.PreviewBuildIntegratedProjectActionsAsync( (BuildIntegratedNuGetProject)buildIntegratedProject, nuGetProjectActions, nuGetProjectContext, token )); }