public Client DeleteClient(Guid id)
 {
     return(_applicationUserRepository.DeleteClient(id));
 }