private async Task ProcessMessageAsync(ClientAuthInfo model)
 {
     await _affiliateService.Register(model.Ip, model.ClientId);
 }