public CustomPrincipal(CustomIdentity identity)
 {
     _identity = identity;
 }