using System.Threading.Tasks; namespace KonSoft.Payment.Data; public interface IPaymentDbSchemaMigrator { Task MigrateAsync(); }