Singal Sign On Service
dotnet tool update --global dotnet-efdotnet ef migrations add InitialCreate \
-p src/DomnerTech.IdentityService.Infrastructure \
-s src/DomnerTech.IdentityService.Apidotnet ef database update \
-p src/DomnerTech.IdentityService.Infrastructure \
-s src/DomnerTech.IdentityService.Api