public CustomPrincipal(CustomIdentity identity)
 {
     this.Identity = identity;
 }