private static string GetPassword()
 {
     return(MainHelper.GetRandomStr(8));
 }