public static void Destroy(ApiGatewayDbContext context) { context.Database.EnsureDeleted(); context.Dispose(); }