public ClientParticipant(IAPIServer server, IGroupRepository groupRepository)
 {
     this.server          = server;
     this.groupRepository = groupRepository;
 }
 public GroupCreator(IAPIServer server, IBlindSigner blindSigner)
 {
     this.server      = server;
     this.blindSigner = blindSigner;
 }