I need access on the Up() function to the appsetting from other project.
My problem is that I can not load a constructor in the migration.
public partial class MyMigration : DbMigration {    
    public override void Up() {
         // Here I need access to my appSettings    
    } 
}