var task = Task.Run(() =>
{
});
task.GetAwaiter().OnCompleted(() =>
{
});
var task = Task.Run(() =>
{
});
task.GetAwaiter().OnCompleted(() =>
{
});