internal bool AddConnectionInfo()
        {
            var cmdlet = (NewEsxiHostConnectionDataCommand)Cmdlet;

            ConnectionData.Add(
                cmdlet.Server,
                cmdlet.Username,
                cmdlet.Password,
                cmdlet.KeyFilePath);

            return(true);
        }