var newCustomClient = func(b *testing.B, c *hc.Client) (*hc.Client, clientcredentials.Config) {
        unhashedSecret := c.Secret
        require.NoError(b, reg.ClientManager().CreateClient(ctx, c))
        return c, clientcredentials.Config{
            ClientID:       c.GetID(),