public UserPrincipal(string name = null) {
     _identity = new UserIdentity(name);
 }