public async Task RunAsync() { var moitorData = await _monitor.GetDataAsync(); await _reporter.ReportAsync(moitorData); }