public void LogIn(IPrincipal principal, Type type)
 {
     currentPrincipalContext.Set(principal, type);
 }