Application.Core project I've added the following config for DI:x => x.MigrationsAssembly("WebApplication1.Migrations") call as it shown in the docs (https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/projects)AppContextModelSnapshot is stored? And what are potential issues with my approach?