public UpdateClientAddressCommandHandler(ClientRepository clientRepository)
 {
     _clientRepository = clientRepository;
 }