private static void AppendUser(UserComponent nameOrId, StringBuilder sb) { sb.Append($"&{nameOrId.CreateUserParameter()}"); }