using System.Threading.Tasks; namespace KonSoft.Shared.DbMigrator.Data; public interface IDbSchemaMigrator { Task MigrateAsync(); }