namespace Radarr.Host { public interface IUserAlert { void Alert(string message); } }