Example #1
0
 private static string ToString(SuccessResponse p)
 => string.Join(", ", p.Select(q => $"{q.Key}: {q.Value}"));