namespace AutoMigrationCreator { class Program { static void Main(string[] args) { MigrationCreator.Run(); } } }