static void Main(string [] args) { DbMigrator dbMigrator = new DbMigrator(new FileLogger("C:\\Projects\\log.txt")); dbMigrator.Migrate(); }