namespace KasinoBot
{
class Program
static void Main(string[] args)
Client client = new Client();
client.Initialize().Wait();
}