using System;
using Microsoft.AspNetCore.Authentication;
public class Program
{
public static void Main()
Console.WriteLine(BitConverter.ToInt64(Base64UrlTextEncoder.Decode("pQcAwJoK4Ao")));
Console.WriteLine(Base64UrlTextEncoder.Encode(BitConverter.GetBytes(799529412339959191)));
}