await Task.CompletedTask for what?
It is there to make it easier for later stage to implement async code calls without having to alter the signature thus preventing having to refactor the calling code. Whilst the scaffolded sample code is synchronous, the Template Studio is designed specifically around an async data access layer, you are expected to implement your own … Read more