#nullable disable namespace NadekoBot.Modules.Nsfw; public interface INsfwService { } public class NsfwService { }