namespace NadekoBot.Core.Services { public interface IConfigMigrator { public void EnsureMigrated(); } }