namespace NadekoBot.Modules.Administration.DangerousCommands; public interface ICleanupService { Task DeleteMissingGuildDataAsync(); Task KeepGuild(ulong guildId); }