By specifying converters in attribute we automatically tie domain layer with infrastructure.
- Domain
- OrderId(Converters: Dapper | EfCore) <-- produces code which depends on Microsoft.EntityFrameworkCore and Dapper
- Infrastructure.Dapper
- Infrastructure.EfCore
- Api