public bool CanSupport(string optionName, NuGetOperation operation)
 {
     return(_nugetProject.CanSupport(optionName, operation));
 }