public string DriveMapAdd(string device, string share, int flags = 0, string user = "", string password = "")
 {
     return(AutoItX.DriveMapAdd(device, share, flags = 0, user = "", password = ""));
 }