await Task.WhenAll(resultTask, statsTask).ConfigureAwait(false);
await Task.WhenAll(resultTask, statsTask);