//private string userRoles = string.Empty; public mojoPrincipal(IPrincipal innerPricipal) { this.innerPrincipal = innerPricipal; identity = new mojoIdentity(this.innerPrincipal.Identity); }