public SimplePrincipal() { _identity = new SimpleIdentity(); }
public SimplePrincipal(SimpleIdentity identity) { _identity = identity; }