static void Main(string[] args) { // this is not a malware string username = "******"; string password = "******"; ADConnector conn = new ADConnections(username, password); // use the conn }