BH> while (true) BH> { BH> Console.WriteLine(1); BH> ProcessTaskAsync(); BH> Console.WriteLine(3); BH> } BH>