#nullable disable namespace NadekoBot.Services; /// /// All services must implement this interface in order to be auto-discovered by the DI system /// public interface INService { }