Closed afilatov-st closed 3 years ago
I noticed that methods in the sample code do not have the Async suffix, but log lines and mentions do, so I fixed them. Also, I think {nameof(Xxx)} makes it harder to read the sample code, so I replaced it with a correspondent string.
Async
{nameof(Xxx)}
Thanks! Yeah, I guess I should update the output :)
I noticed that methods in the sample code do not have the
Async
suffix, but log lines and mentions do, so I fixed them. Also, I think{nameof(Xxx)}
makes it harder to read the sample code, so I replaced it with a correspondent string.