internal static bool IsMsaAccount(this SecurityIdentifier sid) { return(sid.GetIdentifierAuthority() == 11); }