internal static string BuildNugetUpstreamId([NotNull] this SnapApp snapApp) { if (snapApp == null) { throw new ArgumentNullException(nameof(snapApp)); } return(snapApp.IsFull ? snapApp.BuildNugetFullUpstreamId() : snapApp.BuildNugetDeltaUpstreamId()); }