private void populateSharedNuGetValues(
     NugetTypeSpecificConfigModel nuget, RepoBaseDescriptor descriptor) {
   nuget.setForceNugetAuthentication(descriptor.isForceNugetAuthentication());
 }