public string getCurrentMacros()
 {
     Logger.Info("Got call from browser of getcurrentmacros");
     return(string.Join("|", BlueStacksUIUtils.GetMacroList().ToArray()));
 }