namespaceTimeline.Configs{publicclassTokenOptions{/// <summary>/// The length of the generated secure random token counted in byte./// Note the byte will be converted to hex form when used./// Default is 32 byte long./// </summary>publiclong?TokenLength{get;set;}}}