private static string GetUuidQuery(string userId, long accountId) { return($"u={UuidV5Helper.Compute(accountId, userId)}"); }
public Builder withUuid(long account_id, string uId) { this.u = UuidV5Helper.Compute(account_id, uId); return(this); }