1using States; 2 3// ReSharper disable StringLiteralTypo 4 5var client = new Client("localhost", 6667, "statesbot"); 6client.Start();