public async void Main() { while (true) { Text = string.Format(Template, await _ping.GetPing()); await Task.Delay(2000); } }