Пример #1
0
 public async Task ErrorAsync(string error)
 {
     if (_reporter == null)
     {
         return;
     }
     await _reporter.ReportErrorAsync(error)
     .ConfigureAwait(false);
 }