private static async Task MigrateAndSeed(BookingContext context) { await context.Database.MigrateAsync(); await context.EnsureSeedData(Services); }