void DebugLogFormat(string format, params object[] args)
 {
     NuGetProjectContext.Log(MessageLevel.Debug, format, args);
 }