Exemple #1
0
        public string GetAccountId()
        {
            if (Kid == null)
            {
                throw new InvalidOperationException();
            }

            return(Kid.Split('/').Last());
        }