/// <summary>
        /// Return a protocol object of the requested type.
        /// </summary>
        /// <returns>The protocol object of the requested type.</returns>
        Models.AuthenticationTokenSettings ITransportObjectProvider <Models.AuthenticationTokenSettings> .GetTransportObject()
        {
            Models.AuthenticationTokenSettings result = new Models.AuthenticationTokenSettings()
            {
                Access = UtilitiesInternal.AccessScopeToList(this.Access),
            };

            return(result);
        }