namespace NonaBGS.BGS { public interface IDiscordLogGenerator { string GenerateDiscordLog(Report report); } }