public PuttyPasswordParameter()
 {
     Transformation = val => OtherHelper.ReplaceA(passs, passr, val);
     IsQuoted       = true;
     Name           = KnownParameters.Password;
     DisplayName    = "Пароль";
     CmdLineName    = "-pw";
     Delimiter      = " ";
     Value          = string.Empty;
 }