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