Pattern: Use of WhenAll with a single task Issue: - Description Using WhenAll with a single task may result in performance loss. You should await or return the task instead. Further Reading CA1842