using System.Threading.Tasks; namespace Kurs.Platform.Data; public interface IPlatformDbSchemaMigrator { Task MigrateAsync(); }