public static void Setup(IMigrationStringsProvider strings) { upSql = strings.CreateUsersTableUp; downSql = strings.CreateUsersTableDown; }