public bool SessionEnded(string userId, Guid usId, string ldapInfo, string userProperties)
 {
     return(Logout.EndUserSession(userId, usId, ldapInfo, userProperties));
 }