Unable to create domain services because:
- The Repositories that Domain services should have access to, do not allow full LINQ Query because the Entity fields are private.
File: IdentityAccess\Oeuvre.Modules.IdentityAccess.Domain\DomainServices\AuthenticationService.cs
Unable to create domain services because:
File: IdentityAccess\Oeuvre.Modules.IdentityAccess.Domain\DomainServices\AuthenticationService.cs
Need to review the CQRS data reading strategy because currently the Queries are in the application layer.
Check how Domain Services fit-in with CQRS.