public static void Main(string[] args)
 {
     StringConvert.ConvertStringToInteger("123");
     ExecuteStackTask();
     Console.ReadLine();
 }